Disabled diamond / cactus armor

This commit is contained in:
BillyS 2018-12-26 15:29:54 +00:00
parent 7e8970a2c3
commit ebeca61b33

View File

@ -87,13 +87,13 @@ armor.config = {
level_multiplier = 1,
heal_multiplier = 1,
material_wood = true,
material_cactus = true,
material_cactus = false,
material_steel = true,
material_bronze = true,
material_diamond = true,
material_diamond = false,
material_gold = true,
material_mithril = true,
material_crystal = true,
material_mithril = false,
material_crystal = false,
water_protect = true,
fire_protect = minetest.get_modpath("ethereal") ~= nil,
punch_damage = true,