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

Animated items are frozen when enchanted

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • 1.16.1
    • None
    • Unconfirmed
    • Rendering, Resource Packs

      I'm working on a resource pack that incorporates the CustomModelData tag with certain items, and below a threshold of durability, the items flash red, using the Interpolate tag to fade in and out. I found that when these items are enchanted, the animation freezes on the frame it received that enchantment, making the items appear a constant shade of red and no longer flashing.

      This is the specific animation used to create the flashing.

      {
       "animation":{
       "interpolate":true,
       "frames":[
       {
       "index":0,
       "time":1
       },
       {
       "index":1,
       "time":30
       },
       {
       "index":0,
       "time":20
       }
       ]
       }
      }
      

            Unassigned Unassigned
            Ecolyne Jaden Willock
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: