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

26
both/config/IronChest.cfg Normal file
View File

@@ -0,0 +1,26 @@
# Configuration file
general {
# Disallowed upgrades. All upgrades listed here will not be registred and no recipes will be generated for it.
# Example: IRON:GOLD [default: ]
S:blocklistUpgrades <
>
B:cacheRenderingInformation=true
# Enables the dark steel.
B:enableDarkSteelChests=true
# Enables the netherite chest.
B:enableNetheriteChests=true
# Enables the silver chest.
B:enableSilverChests=true
# Enables the steel chest.
B:enableSteelChests=true
B:ocelotsSitOnChests=true
D:transparentRenderDistance=128.0
B:transparentRenderInside=true
}