Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-276764

Eggs with custom models use the particles from that model, but snowballs do not

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 24w37a
    • None
    • Confirmed
    • Commands, Rendering, Textures and models
    • Low
    • Platform

      The bug

      If an egg is given a custom model using the item component system, the particles it produces on collision with a block will be the particles of the given model. However, if a snowball is given a custom model, the particles will always be snowball particles, rather than the particles of the item model.

      How to reproduce

      1. /give @s minecraft:egg[minecraft:item_model=blue_concrete]
      2. /give @s minecraft:snowball[minecraft:item_model=blue_concrete]
      3. Throw both

      Expected results

      The egg would produce blue concrete particles, and the snowball would also produce blue concrete particles.

      Actual results

      The egg correctly produces blue concrete particles, but the snowball unexpectedly produces snowball particles.

      How to fix

      Make snowballs use the particle associated with the item model.

            Unassigned Unassigned
            Awesoman3000 Connor Steppie
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              CHK: