Torch Damage Switchable (#29)

Turn torch fire damage off if fire damage/protection enabled
Minor fixes to README.MD after further testing.
This commit is contained in:
Sirrobzeroone
2020-12-13 23:07:39 +11:00
committed by GitHub
parent 3b97763fdc
commit 291f0eb23a
4 changed files with 26 additions and 5 deletions

View File

@ -97,6 +97,7 @@ armor.config = {
material_crystal = true,
water_protect = true,
fire_protect = minetest.get_modpath("ethereal") ~= nil,
fire_protect_torch = minetest.get_modpath("ethereal") ~= nil,
punch_damage = true,
}