Initial commit

This commit is contained in:
Jacob Vinding
2025-12-27 06:09:19 +01:00
commit 79dfa3a57a
1315 changed files with 139645 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 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
}