Snow Golems no longer drop experience orbs

In Minecraft, (Snow) 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/Snow_Golem
This commit is contained in:
chmodsayshello 2021-12-25 21:14:20 +00:00
parent 54de60b27e
commit d40ea5855b
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ mobs:register_mob("mobs_mc:snowman", {
passive = true,
hp_min = 4,
hp_max = 4,
xp_min = 0,
xp_max = 0,
pathfinding = 1,
view_range = 10,
fall_damage = 0,