add ProtoChunkMixin and WorldChunkMixin

This commit is contained in:
dfsek
2021-05-02 20:13:24 -07:00
parent 46d0b08068
commit abc069046c
5 changed files with 100 additions and 3 deletions
@@ -5,7 +5,9 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinGeneratorOptions",
"world.ChunkRegionMixin"
"world.ChunkRegionMixin",
"world.ProtoChunkMixin",
"world.WorldChunkMixin"
],
"client": [
"GeneratorTypeAccessor"