mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Document fire_resistant and fire_damage_resistant
This commit is contained in:
parent
7d805ff789
commit
8ba8f62527
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ functions needed for the mob to work properly which contains the following:
|
|||
'instant_death' If true, mob dies instantly (no death animation or delay) (default: false)
|
||||
'xp_min' the minimum XP it drops on death (default: 0)
|
||||
'xp_max' the maximum XP it drops on death (default: 0)
|
||||
'fire_resistant' If true, the mob can't burn
|
||||
'fire_damage_resistant' If true the mob will not take damage when burning
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue