Custom furnace procedure.

Started by Ball-van on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom furnace procedure.

Hello everyone! I want to make a custom furnace, but I don’t know how to make a procedure for it. I reviewed many guides and read many topics on this site, but the fact is that they are all old and due to the fact that MCreator is being updated, some procedures have changed and it is not possible to make them similar to the old procedures. Please help to make a procedure for a custom furnace!

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have this problem too
Wed, 08/18/2021 - 03:36

I have this problem too

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Furnace procedure in…
Wed, 08/18/2021 - 09:30

Furnace procedure in template?

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can enable tile entity…
Wed, 08/18/2021 - 10:48

You can enable tile entity and set smelting time remaining and if it hits 0 then output sets to smelting resoult of smelted item.
(remember to not start smelt procedure when smelting resoult isnt output item or nothing(nes)).

PS: there is "get smelting resoult of ..." procedure block so it will get much easier while making procedure

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
rDonutowiec can thou give an…
Fri, 09/22/2023 - 00:09

rDonutowiec can thou give an example?