Add garnet and zoisite functions.

This commit is contained in:
Duane 2016-06-22 16:01:15 -05:00
parent f438090899
commit e6f482c9d5
4 changed files with 91 additions and 15 deletions

View file

@ -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