Make a furnace like block and Dimension ore gen

Started by Portalfan04 on

Topic category: Advanced modding

Last seen on 16:16, 10. Mar 2019
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a furnace like block and Dimension ore gen

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.

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For the first one, you need
Sat, 09/23/2017 - 17:39

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

Last seen on 22:52, 27. Oct 2017
Joined Nov 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Painful work around but one
Fri, 10/13/2017 - 14:37

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.