Initial Commit

This commit is contained in:
luxtracon
2025-11-01 17:56:55 +01:00
commit 6114bde241
376 changed files with 13701 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"options": {
"validationActiveServer": true,
"validateItemType": true,
"validateStackSize": true,
"validateStackSizeThreshold": 32,
"alwaysLogUnexpectedResults": true,
"classPolicies": {
"com.simibubi.create.content.equipment.toolbox.ToolboxMenu": {
"className": "com.simibubi.create.content.equipment.toolbox.ToolboxMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
},
"com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu": {
"className": "com.tiviacz.travelersbackpack.inventory.menu.BackpackSettingsMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
},
"com.tom.storagemod.menu.CraftingTerminalMenu": {
"className": "com.tom.storagemod.menu.CraftingTerminalMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
},
"com.tom.storagemod.menu.StorageTerminalMenu": {
"className": "com.tom.storagemod.menu.StorageTerminalMenu",
"sortEnabled": false,
"stackFillEnabled": false,
"transferEnabled": false
}
}
}
}