mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-29 06:40:41 +02:00
Make water protection optional, default true
This can save a `global_step` regisration if neither fire or water protection are enabled.
This commit is contained in:
@ -66,6 +66,7 @@ armor.config = {
|
||||
material_gold = true,
|
||||
material_mithril = true,
|
||||
material_crystal = true,
|
||||
water_protect = true,
|
||||
fire_protect = minetest.get_modpath("ethereal") ~= nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user