Files
Gregtech-New-Bastards/.minecraft/config/bugtorch/base.cfg
samsonsin 90b3575aea initial
2025-05-29 23:26:10 +02:00

15 lines
327 B
INI

# Configuration file
"backported features" {
# Trapdoors no longer require attachment blocks. From MC 1.9 [default: true]
B:freeFloatingTrapDoors=true
}
"bug fixes" {
# Non-layered snow blocks will no longer randomly tick. From MC 1.14, fixes MC-88097 [default: true]
B:fixSnowBlocksRandomlyTicking=true
}