mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-07-15 06:30:25 +02:00
Radiation protection support added
This commit is contained in:
@ -55,3 +55,7 @@ ARMOR_LEVEL_MULTIPLIER = 1
|
||||
-- eg: ARMOR_HEAL_MULTIPLIER = 0 will disable healing altogether.
|
||||
ARMOR_HEAL_MULTIPLIER = 1
|
||||
|
||||
-- You can use this to increase or decrease overall armor radiation protection,
|
||||
-- eg: ARMOR_RADIATION_MULTIPLIER = 0 will completely disable radiation protection.
|
||||
-- Note: patched technic mod is required
|
||||
ARMOR_RADIATION_MULTIPLIER = 1
|
||||
|
Reference in New Issue
Block a user