-
Bug
-
Resolution: Works As Intended
-
None
-
25w03a
-
Community Consensus
-
Mob behaviour
If the gamerule doMobLoot is set to false, a baby panda sneezing never causes a slimeball to drop. Given that MC-61006 is intentional, I would expect this gamerule to not affect baby panda sneezing.
How to reproduce
- Place the attached datapack in your world's datapacks folder and ensure it is enabled. This datapack makes baby panda sneezing always drop a snowball, rather than having a 1/700 chance.
- Use the following command to spawn some baby pandas:
/summon panda ~ ~ ~ {Age:-99999,MainGene:"weak",HiddenGene:"weak"}
/gamerule doMobLoot false
Expected result
Sneezing baby pandas could still provide a slimeball even if doMobLoot is set to false.
Observed result
Sneezing baby pandas cannot provide a snowball when doMobLoot is set to false.
- relates to
-
MC-61006 Chickens lay eggs even when gamerule doMobLoot is false
- Resolved