Per world voxel engine

This commit is contained in:
mcrcortex
2024-08-23 00:02:11 +10:00
parent 1a42f115fb
commit c0cc236c40
9 changed files with 67 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
{
"required": true,
"package": "me.cortex.voxy.commonImpl.mixin",
"compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
},
"mixins": [
"minecraft.MixinWorld"
]
}