clientstuff

This commit is contained in:
2025-11-03 15:47:16 +01:00
parent 503b04656d
commit a90cfde309
1655 changed files with 940682 additions and 604 deletions

View File

@@ -7,7 +7,7 @@ general {
>
B:cacheRenderingInformation=true
# Enables the dark steel.
# Enables the dark steel chest.
B:enableDarkSteelChests=true
# Enables the netherite chest.
@@ -18,8 +18,17 @@ general {
# Enables the steel chest.
B:enableSteelChests=true
# Whether or not Ocelots should prevent opening Iron Chests when sitting on top of them.
B:ocelotsBlockChests=true
# Whether or not to allow Ocelots to sit on Iron Chests.
B:ocelotsSitOnChests=true
# Maximum distance from a transparent chest, after which its contents will stop being displayed.
D:transparentRenderDistance=128.0
# Whether or not transparent chests (i.e. crystal) should display their contents.
B:transparentRenderInside=true
}