Topic category: User side tutorials
I've made procedures for a crafting table and for a furnace for people to use.
Download and Installation Process
Got to the links below, download the ptpl file, go into MCreator and create a new procedure, click Import Procedure in the top right corner, and select the ptpl file you downloaded.
How To Use
For the Furnace it's pretty straight forward. In the first If statement it is pretty much for you sound queue when the smelting process starts. The first slot is for your item being smelted and the second is for the fuel. In the second If statement there are 4 slots. The first two are as before, one for your item being smelted and one for the fuel. There 3rd and 4th ones are for the result. If you are wanting to make it more like an actual furnace and not use a button to activate, then when creating the block you need to up the tick rate which is found in the Advanced properties section of the block creation. Then you need to set the procedure you made under the Update tick section of the block's procedures. If you're going for a more traditional Furnace I would go 200 ticks, but keep in mind that 20 ticks is one second.
For the Crafting Table it's not so simple... When loaded up you'll be seeing A LOT of slots. There are 11 in total. the First 9 are for you input items and your last two are for your result. The order in which you place your slots in your GUI should go as follows. MAKE SURE that when you're making your recipe you place the item in the correct slot for where you would want it in the crafting table. If you want a slot to be empty then you place Air in that spot instead of an item.
(input)
0 1 2
3 4 5 9 (output)
6 7 8
I hope you guys find this helpful, if needed I will make a video explaining it better if this doesn't help you at all XD
For the Furnace you need to adjust your tick rate of the block. While for the crafting table, this is meant to be a very basic form of crafting in a 3x3 grid. If you want to make a more advanced one you are going to half to tamper with this one until I make a new one that is more advanced.
I wanted to say that the craft table does not display the result but my item and the well and I would like that is a foix the recipe rantré thank you for the reponce for the oven I show immediately
The Furnace Is Not Working For Me
Just Remembered You Have To Turn On Tile Entity In Tile Entity Settings