Started by
Ball-van
on
Topic category: Help with Minecraft modding (Java Edition)
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!
I have this problem too
Furnace procedure in template?
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
rDonutowiec can thou give an example?