initialize later

This commit is contained in:
dfsek
2021-05-05 15:22:02 -07:00
parent fd48f5f110
commit a1b3680643
4 changed files with 90 additions and 30 deletions
@@ -33,9 +33,12 @@
"implementations.world.ServerWorldMixin"
],
"client": [
"access.GeneratorTypeAccessor"
"access.GeneratorTypeAccessor",
"init.MinecraftClientMixin"
],
"server": [
"init.MinecraftServerMixin"
],
"server": [],
"injectors": {
"defaultRequire": 1
},