How can I make an item's image flip to a animated one

Started by TheRedstoneDroid on

Topic category: Help with modding (Java Edition)

Last seen on 16:21, 25. May 2021
Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make an item's image flip to a animated one
Mon, 09/04/2017 - 14:03 (edited)

Im trying to make an Item change from being a still pic to a moving one by rightclicking in the air I already have the animation but not how to filp them and beteween the pictures

Edited by TheRedstoneDroid on Mon, 09/04/2017 - 14:03
Last seen on 19:56, 11. Aug 2019
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make two different items. One
Mon, 09/04/2017 - 14:23

Make two different items. One animated and one not. Make on right-clicked in air event to consume the item and give you the animated one.

Use the animated texture tool in Mcreator to make animated textures.

Last seen on 16:21, 25. May 2021
Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Make two different items. One
Mon, 09/04/2017 - 15:44

@#1 Thank you and I did