SomebodyMakeAConstruct/config/realistictorches-common.toml
2024-05-22 17:40:04 -05:00

19 lines
822 B
TOML

#General Settings
[general]
#Determines whether vanilla torches will be replaced with lit torches during world generation.
generateLitTorches = true
#Determines whether matchboxes can light fires in the world like flint and steel.
matchboxCreatesFire = false
#The durability of the matchbox. Setting this to a negative value will result in unlimited uses.
#Range: -1 ~ 512
matchboxDurability = 64
#Determines whether vanilla torches drop unlit torches when broken.
vanillaTorchesDropUnlit = true
#The amount of time until a torch burns out, in minutes. Setting this to a negative value will disable torch burnout.
#Range: -1 ~ 2880
torchBurnoutTime = 60
#Determines whether lit torches disappear after they are extinguished, rather than turning into unlit torches.
torchNoRelight = false