Started by
_Fa11out_
on
Topic category: Help with Minecraft modding (Java Edition)
Any ideas how to make a custom furnace ?
My idea is 3 input slots (1 fuel and 2 items) and 1 output slot.
But I don't know how to make a right procedure.
UPD#1: Don't know why it doesn't want to show picture, but here the link of my idea https://drive.google.com/open?id=1QB4IyrJDw4cf7EpdtWf9OLc4ykNlLtkf
Edited by _Fa11out_ on Wed, 08/22/2018 - 09:43
first make the procedure check for a fuel (wich would be: if "get item from slot 1 (or whatever is your fuel slot) = coal" (i hope you know how to do that) and then insert in do: if "get item from slot 2 = iron (wich would check for iron in the second slot) do: if "get item from slot 3 = diamond (check for diamond) you can also insert remove items from slot 1 2 3 etc to remove them if you have inserted all items and then set 1 iron_block in slot 4 to place a iron block in the output slot :) (if you can tell me how to do pictures then i can show you how it is complete!
you can post pictures