This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
catwalks {
# Use alternate steel grate recipe with iron bars (in case of mod conflicts) [default: false]
B:AlternateSteelGrateRecipe=false
# Set to true to be able to climb the outside of caged ladders [default: false]
B:FullBlockLadder=false
# Set to true to turn leaves, bookcases, and iron bars into ladders [default: false]
B:VanillaLadders=false
# Catwalk speed boost will be equivalent to a Speed N potion. [range: 0.0 ~ 10.0, default: 1.0]
S:catwalkSpeed=1.0
# Ladders will go at 5*N blocks/second [range: 0.0 ~ 10.0, default: 1.0]
S:ladderSpeed=1.0
}