I need help to put a timer in my furnace procedure

Started by JuanLeGuetteur on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Aug 2020
Points:
611

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
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

Active 1 year ago
Joined Jan 2020
Points:
842

User statistics:

  • Modifications: 2
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 174
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

Active 1 year ago
Joined Jan 2020
Points:
842

User statistics:

  • Modifications: 2
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 174
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

Active 4 years ago
Joined Aug 2020
Points:
611

User statistics:

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

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