Files
Technic-Server-1.12.2/overrides/config/dirt2path.cfg
Jacob Vinding 79dfa3a57a Initial commit
2025-12-27 06:09:19 +01:00

24 lines
681 B
INI

# Configuration file
general {
# Convert Biomes O Plenty Loamy, Sandy, and Silty Dirt into the appropriate Path blocks [default: true]
B:"Biomes O Plenty"=true
# Convert Botania Grasses to the default Grass Path. [default: true]
B:Botania=true
# Enables converting Mycelium into Path Blocks [default: true]
B:"Flatten Mycelium"=true
# Convert Farmland Blocks to Dirt on Right Click when Sneaking. [default: true]
B:"Remove Farmland"=true
# Convert Path Blocks to Dirt on Right Click [default: true]
B:"Take Backsies"=true
# If True, You have to be sneaking to use Take Backsies [default: true]
B:"Take Bascies Sneaky"=true
}