Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Configuration file
~CONFIG_VERSION: 1.7.10-4.2
general {
# Set to true to force client mode: no item and recipe allowed, use key bindings instead.
B:ClientMode=true
# Set to false to disable auto inventory check
B:EnableInventoryCheck=true
# Add string identifier here to disable quick transfer of this type recipe
# Names can be found in ListRecipeCategory
S:ListRecipeBlackList <
>
# List of categories, this is maintained by the mod automatically
S:ListRecipeCategory <
minecraft.crafting
minecraft.smelting
>
}