Disabled diamond / cactus armor
This commit is contained in:
parent
7e8970a2c3
commit
ebeca61b33
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user