-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 18w43b, Minecraft 18w43c, Minecraft 18w44a, Minecraft 18w45a
-
None
-
Unconfirmed
Pandas eating certain items results in them generating eating particles, which should be normal- except that they use the textures of flowing water and flowing lava as a base!
While at first it might not seem like a big issue, mapmakers might want to make pandas eat custom items (I don't know why they would do that, but this issue is clearly unintended). This is especially problematic due to the fact that mob and player heads share breaking particles with soul sand, and shulker boxes actually have a "broken" particle.
The problematic items are:
Shields (minecraft:shield): Uses its own textures from the entities folder.
Shulker Boxes (minecraft:shulker_box/minecraft:[color]_shulker_box) take their textures from the Shulker mob.
Mob heads (wither_skeleton_skull, skeleton_skull, zombie_head, creeper_head, dragon_head) take their textures from their respective mobs.
Player heads (player_head) take their textures from... well, players. By default, they use the Steve texture, whose texture is located in the entities folder.
How to reproduce:
- Do
/summon panda ~ ~ ~ {MainGene:"brown",HiddenGene:"brown"}
- There probably aren't any other pandas with this specific gene combination, which allows the following command to almost always target this panda.
- Feed it bamboo.
- Quickly type/paste this command into chat:
/data merge entity @e[type=panda,nbt= {MainGene:"brown",HiddenGene:"brown"},limit=1]{HandItems:[{id:item,Count:1b},{}]}
- Notice how the panda is generating strange particles. This is the result of Minecraft not knowing what block/item texture it's supposed to be generating particles from.
Note: Sorry for the terrible listing. I can't figure out how to fix the list without putting everything into a "code" bracket
- duplicates
-
MC-138797 Eating block entities makes lava particles
- Resolved