Fellies/config/betterburning-common.toml

24 lines
917 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
#General settings for the mod.
[general]
2021-02-13 10:16:29 +00:00
#Should flint and steel deal fire damage when used as a weapon?
ShouldFlintAndSteelDoFireDamage = true
2021-01-28 20:21:47 +00:00
#Fixes some fire related damage sources not causing mobs to drop cooked items?
fireFromDamagesource = true
2021-02-13 10:16:29 +00:00
#How much fire damage should flint and steel do?
#Range: > 0
flintAndSteelFireDamage = 3
#What is the % chance skeletons will shoot flaming arrows while on fire?
#Range: 0.0 ~ 1.0
flameArrowSkeletonChance = 0.7
2021-01-28 20:21:47 +00:00
#Should fire damage spread between mobs when they hurt eachother? Zombies already do this and won't be changed.
fireDamageSpreads = true
#What is the % chance that fire damage will spread between mobs?
#Range: 0.0 ~ 1.0
fireDamageSpreadChance = 0.3
2021-02-13 10:16:29 +00:00
#Should having fire resistance stop things from being on fire visually?
fireResistanceExtinguish = true
2021-01-28 20:21:47 +00:00
#Should skeletons shoot flaming arrows while on fire?
flameArrowSkeletons = true