clientstuff

This commit is contained in:
2025-10-27 11:53:18 +01:00
parent 503b04656d
commit d22cef5355
1575 changed files with 795737 additions and 610 deletions

View File

@@ -256,8 +256,6 @@ equipment {
# [default: true]
B:enableConcrete=true
# Copper sub-blocks and items. Disable copper but keep this on if you want the new copper items and blocks made of it, without the main ingot, ore or copper block itself. [default: true]
B:enableCopperSubItems=true
# Slabs for vanilla blocks: stone, mossy stone brick, mossy cobble, cut sandstone [default: true]
@@ -404,6 +402,12 @@ equipment {
# Enable deepslate ores for copper ore and vanilla ores when deepslate generates over them. [default: true]
B:enableDeepslateOres=true
# [default: true]
B:enableGlowBerries=true
# [default: true]
B:enableGlowLichen=true
# [default: true]
B:enableGrassPath=true

View File

@@ -43,6 +43,9 @@
# Modified Classes: net.minecraft.block.BlockFalling [default: true]
B:dustUnderFallingBlocks=true
# Allows players to simply hold jump to climb up climable blocks instead of having to collide with something horizontally. [default: true]
B:enableClimbingPlants=true
# Add the doWeatherCycle game rule from 1.11+ [default: true]
B:enableDoWeatherCycle=true

View File

@@ -52,6 +52,9 @@
# If you want stonecutters to deal damage to players standing on them. [default: false]
B:stonecutterSawHurts=false
# Stops the boat view rotation lock, body rotates with camera. [default: false]
B:stopBoatRotationLock=false
}