Allow server to disable the forced preset override
This commit is contained in:
parent
910314a1e8
commit
e670fea21a
6 changed files with 22 additions and 5 deletions
|
@ -15,7 +15,6 @@
|
|||
"ChunkGeneratorsMixin",
|
||||
"ComposterBlockAccessor",
|
||||
"CraftingMenuMixin",
|
||||
"DedicatedServerPropertiesMixin",
|
||||
"DiggerItemMixin",
|
||||
"EnchantingTableBlockMixin",
|
||||
"ItemStackMixin",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"BuiltinRegistriesMixin",
|
||||
"DedicatedServerPropertiesMixin",
|
||||
"DiggerItemAccessor",
|
||||
"MainMixin",
|
||||
"MinecraftServerMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue