Add hunger. Make goblins attack. Remove easy bread.

This commit is contained in:
Duane Robertson 2016-05-23 07:54:39 -05:00
parent 689548aa9b
commit 11e404c23a
4 changed files with 12 additions and 3 deletions

View file

@ -3,7 +3,7 @@
mobs:register_mob("fun_caves:goblin_cobble", {
description = "Cobble Goblin",
type = "animal",
passive = false,
passive = true,
damage = 1,
attack_type = "dogfight",
attacks_monsters = true,