Topic category: Help with modding (Java Edition)
I am trying to make a custom forge.
On the left, there are 4 slots, Three of which are tinted to show that you cant move items in or out of them.
The one on the tops ( not tinted ) is the slot into which you input coal. When you input coal into this slot, It moves that
coal into the tinted slots below with the bottom slot going first, then the next being filled, then the next.
So any items in 00 should move to 03, then if there are any left to 02, then if there are any left to 01
https://gyazo.com/2474b6354f6757ab86373259b87a2ad3
I've written the following procedure to do this, but the coal sits in the top slot and doesnt really do anything.
( im using 2021.1 if that matters.)
https://gyazo.com/95aadec537dbc496c177e561854bc183
i have added the following trigger on slot 0
https://gyazo.com/739fed0c39e55a1d2ebc4bdb6e885243
Issue 1 solved!
pls help ):
For furnaces, I suggest running the smelting logic in tick update, it is a bit more "the way to go" way.
This may help: https://www.youtube.com/watch?v=asuMnQNgKKE&list=PLAeL-oIFIEngE6jRgFYeF…
First, id like to apologise as im sure you get asked about furnaces way too often!
That being said though, the tutorial you linked has helped alot and my furnace now actually works!
After some tinkering, i've made it work exactly as i wanted, even making the arrow work like in normal furnaces.
Certainly saved me making another forum post.
Thanks again!