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:
chmodsayshello 2021-12-25 21:11:01 +00:00
parent efbeb26402
commit 54de60b27e
1 changed files with 2 additions and 0 deletions

View File

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