how do ı make animated items with mcreator 2025.2

Started by dr.vanta on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do ı make animated items with mcreator 2025.2

ım trying to add a mixer to my mod but ı dont know how to make wire whips spin when you hold right click

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're gonna wanna make an…
Thu, 08/07/2025 - 00:42

You're gonna wanna make an Item State like this in the Item States tab of your item:

You're gonna wanna set the property value provider to something like this:

Then add as many state definitions as you want for the amount of frames in the animation and set the number for the mixingstate to how many ticks you want it to take to change frames:

 

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Then give it an item use…
Thu, 08/07/2025 - 00:44

Then give it an item use duration in the properties tab (set it in ticks for how long you want it to take for the item to mix):

Then head over to triggers

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a 'When item in hand…
Thu, 08/07/2025 - 00:51

Make a 'When item in hand tick' procedure:

Then make this the procedure:

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I hope this all helped and…
Thu, 08/07/2025 - 00:52

I hope this all helped and if you have any more questions please ask.