Started by
hackall360
on
Topic category: Help with MCreator software
Hello, i have been useing mcreator for a while and and was unable to find out how to make a furnace in mcreator?
I was thinking of different types (from my custom ores) to make different tier furnaces
for example (non fuel one) uranium furnace, it would use no fuel, and smelt items instantly or somewhat instantly, but i want it to take furnace recipys and beable to do modded and vanilla recipies for smelting
How would i go about doing this in mcreator? As i am not skilled enought with java, its nearly imossible for me to use eclipse and MCP.
I don't believe that is possible without complex Java modding. MCreator is just to simple and limited for such a thing.
I could help push you in the right direction, but ultimately it would require you have modding experience editing the code itself.
To create a custom furnace, you could create a new block with a custom model, or just a normal block with a furnace-like texture to it.
Then, you would have to create a GUI, so when you right click on your furnace, it will open a menu similar to the normal minecraft furnace. From there, you will need to ask someone who has in-depth knowledge in Minecraft code.