Machine that takes time to process an item (like the furnace)

Started by CalculusMaster on

Topic category: Help with modding (Java Edition)

Last seen on 16:02, 26. Apr 2022
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Machine that takes time to process an item (like the furnace)

I want to make a machine that takes time to process an item, not with a button or instantly every tick.

However, what I have so far isn't working. I put the items in the machine and nothing ever happens.

This procedure is in the update method, and I set the NBT number tags to initial values in the onBlockAdded procedure if that is needed.

Is there an easier/better way to do this or can someone help fix what I have there?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can just make a instant…
Sun, 12/01/2019 - 00:00

You can just make a instant-smelt machine and change its’ tick update.

Last seen on 16:02, 26. Apr 2022
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you do that?  
Sun, 12/01/2019 - 02:48

How do you do that?
 

Last seen on 22:46, 16. Apr 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom tick rate, use on…
Sun, 12/01/2019 - 03:58

Custom tick rate, use on tick update procedures.