Repaired world loading with Datapacks an bclib world preset

This commit is contained in:
Frank 2022-10-26 19:20:51 +02:00
parent 416ff1644e
commit e826dbc623
7 changed files with 47 additions and 48 deletions

View file

@ -4,7 +4,7 @@
"package": "org.betterx.worlds.together.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [
"CreateWorldScreenMixin",
"CreateWorldScreen_Mixin",
"WorldGenSettingsComponentMixin",
"WorldOpenFlowsMixin"
],

View file

@ -18,12 +18,12 @@
"RegistryDataLoaderMixin",
"RegistryOpsAccessor",
"TagLoaderMixin",
"WorldDimensionsMixin",
"WorldGenPropertiesMixin",
"WorldLoaderMixin",
"WorldPresetAccessor",
"WorldPresetMixin",
"WorldPresetsBootstrapMixin"
"WorldPresetsBootstrapMixin",
"WorldStem_Mixin"
],
"injectors": {
"defaultRequire": 1