Modify mobs from original mods.

... rather than copying them.
This commit is contained in:
Duane 2016-06-06 07:13:31 -05:00
parent 0c788eb537
commit 0f09bd5cc8
26 changed files with 195 additions and 6606 deletions

View file

@ -10,6 +10,7 @@ mobs:register_mob("fun_caves:goblin_cobble", {
hp_min = 5,
hp_max = 10,
armor = 100,
fear_height = 4,
collisionbox = {-0.35,-1,-0.35, 0.35,-.1,0.35},
visual = "mesh",
mesh = "goblins_goblin.b3d",