Model change on rick click *without replacing block* Help needed!

Started by youdrake on

Topic category: Help with modding (Java Edition)

Last seen on 22:56, 26. Jan 2020
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Model change on rick click *without replacing block* Help needed!

Hey there, I'm currently trying to make a mod with animated block models, I am using the workaround where you put all the animation frames into one model with an animated texture so it only shows one frame at a time,

think of a furnace when it has items burning inside it uses the lit texture but doesn't replace the block it's self since it keeps all the items inside, I want that, I would like to have my block use a static model but when a player right-clicks my block it will change models as long as the required item is inside its gui..

Please do remember I want my block to have a GUI so I will not be replacing the block with a duplicate that has the animated model, I am looking for a way to keep the items..

 

Thank you in advance for any help!

Last seen on 20:43, 14. Feb 2024
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This isn't possible yet with…
Mon, 10/14/2019 - 20:37

This isn't possible yet with MCreator but through cutom code it should be pretty easy. Look at a custom container tutorial on 1.12.2 on youtube to see what I mean.