I need help to put a timer in my furnace procedure

Started by JuanLeGuetteur on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help to put a timer in my furnace procedure

Hello,

 

I know there's already some topics about this issue, but even with multiple video tutorials I still can't get my items to not smelt instantly, if someone could help me with my procedure it would be appreciated. Here is the link of my procedure

Thanks for reading

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just use the block tick rate…
Thu, 08/13/2020 - 10:40

Just use the block tick rate 10 = twice per second so 20= 1 second and so on.put my procedure on the update tickcopy the entire thing and place to make more recipe

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
copy the if and all the…
Thu, 08/13/2020 - 10:51

copy the if and all the procedure that is under if and place it under the original one and change the item,also my furnace has 2 input so procede with caution.here the link https://youtu.be/0vnkebRDZfY?t=626

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so muc, I made it…
Thu, 08/13/2020 - 14:10

Thank you so muc, I made it work using your method !