forked from MineClone5/MineClone5
Iron Golems no longer drop experience orbs
In Minecraft, (Iron) Golems do not drop any xp! (checked in the Minecarft Wiki and confirmed in my copy of Minecraft (1.18.1)) Now they drop at least 0 and at most 0 experience orbs, so you won't get any https://minecraft.fandom.com/wiki/Iron_Golem
This commit is contained in:
parent
efbeb26402
commit
54de60b27e
|
@ -19,6 +19,8 @@ mobs:register_mob("mobs_mc:iron_golem", {
|
|||
rotate = 270,
|
||||
hp_min = 100,
|
||||
hp_max = 100,
|
||||
xp_min = 0,
|
||||
xp_max = 0,
|
||||
protect = true,
|
||||
neutral = true,
|
||||
breath_max = -1,
|
||||
|
|
Loading…
Reference in New Issue