Progress of crafting

Started by Aizark on

Topic category: Help with modding (Java Edition)

Last seen on 03:21, 29. Sep 2023
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Progress of crafting

Hello. How can I make a visual display of the progress of crafting in the mechanism?

MC

I have enough opportunities to draw graphics. Where in MCreator there is a tool for changing images in the GUI through events. I may have 1000 conditions, but I have not found a single action for working with graphics in events.

imege

Last seen on 22:39, 24. May 2020
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would also like to know…
Tue, 01/01/2019 - 14:51

I would also like to know this!

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Currently it's not possible…
Wed, 01/02/2019 - 03:55

Currently it's not possible as long as I know 

Last seen on 21:06, 23. Nov 2021
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have to use random tick…
Thu, 01/03/2019 - 11:56

You have to use random tick to add a time process but you can't have visual effect

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No random tick is executed…
Thu, 01/03/2019 - 12:18

No random tick is executed at random possibility so it can occur when item is placed or 3 years after you placed item in slot 

Better option is to make variable that will be added on block tick update and procedure will be checking if item is in slot than add 1 to variable but if item is removed during the process than set variable to 0

Last seen on 12:51, 5. Jan 2019
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If use a local variable in…
Fri, 01/04/2019 - 12:13

If use a local variable in procedure every ticks, then the variable is saved? And will each block have its own?