mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Add cramming and fireworks damage types for future use
This commit is contained in:
@ -25,6 +25,8 @@ mcl_damage = {
|
||||
fireball = {is_projectile = true, is_fire = true},
|
||||
thorns = {is_magic = true},
|
||||
explosion = {is_explosion = true},
|
||||
cramming = {bypasses_armor = true},
|
||||
fireworks = {is_explosion = true},
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user