update to 1.21.3, fix bugs, close issue #31, #34, #37 and #39.

This commit is contained in:
Liz Graham
2024-11-17 09:18:01 +00:00
parent 4b4b2ad206
commit 71832342af
6 changed files with 63 additions and 52 deletions

View File

@@ -0,0 +1,17 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.lizistired.cavedust.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
"ClientWorldAccessor",
"MixinDebugScreenOverlay"
],
"client": [
],
"server": [
],
"injectors": {
"defaultRequire": 1
}
}