Add garnet and zoisite functions.
This commit is contained in:
parent
f438090899
commit
e6f482c9d5
4 changed files with 91 additions and 15 deletions
1
mobs.lua
1
mobs.lua
|
@ -183,6 +183,7 @@ if minetest.registered_entities["dmobs:fox"] then
|
|||
|
||||
local m = table.copy(minetest.registered_entities["dmobs:fox"])
|
||||
m.name = 'fun_caves:fire_fox'
|
||||
m.type = 'monster'
|
||||
m.damage = 3
|
||||
m.hp_min = 8
|
||||
m.hp_max = 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue