Started by
Portalfan04
on
Topic category: Advanced modding
I want a block that you put something in one slot and a different item comes out another slot and the first item is removed. Like a furnace.
Second thing is I want custom ores to generate in a custom dimension.
For the first one, you need to make a block, add an inventory of 2 slots to that item (if you don't want the fuel), add a gui with an inventory inherted by that block, make stack events in slot that check, remove items and add they in the other slot, that is an output slot.
Don't forget to make a right click event to the block that opens the gui.
For the second one you can spawn ores in your dimension by using a nether like dimension or a schematic file of ores
Painful work around but one one I thought about, problem is using the schematic using custom ors you would have to find out how to edit the schematic to use the blocks name not ID, there is a videos about how to do this as mod loading orders will change the custom or ID's but normal ores now this is a good fix, thanks RaolTheBest.