Repaired world loading with Datapacks an bclib world preset
This commit is contained in:
parent
416ff1644e
commit
e826dbc623
7 changed files with 47 additions and 48 deletions
|
@ -4,7 +4,7 @@
|
|||
"package": "org.betterx.worlds.together.mixin.client",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"CreateWorldScreenMixin",
|
||||
"CreateWorldScreen_Mixin",
|
||||
"WorldGenSettingsComponentMixin",
|
||||
"WorldOpenFlowsMixin"
|
||||
],
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
"RegistryDataLoaderMixin",
|
||||
"RegistryOpsAccessor",
|
||||
"TagLoaderMixin",
|
||||
"WorldDimensionsMixin",
|
||||
"WorldGenPropertiesMixin",
|
||||
"WorldLoaderMixin",
|
||||
"WorldPresetAccessor",
|
||||
"WorldPresetMixin",
|
||||
"WorldPresetsBootstrapMixin"
|
||||
"WorldPresetsBootstrapMixin",
|
||||
"WorldStem_Mixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue