Hello people,
I'm new into minecraft modding but I have some experience with programming in Java.
So I started creating a mod, got slowed by some problems(could figure them out by myself) and getting close to finishing this mod.
But one problem, I can't defeat by myself. I tried different ideas but none of those was working, so I hope someone can help me here
Basically i "copied" the furnace from minecraft and use the different functions for my machine, but I want to use bonemeal as "fuel" (in my case ingredient) and as we all know bone meal is not an item, it is a subitem of dye and i can't figure out how to get it into my fule slot without allowing the player to put every kind of dye in it. Any ideas?
if (item == Items.DYE.getByNameOrId("dye 15")) return 1600;
This is the closest I got to fix the problem.
Btw if anyone is already answering and has some knowledge with machines, do I have to create a ne block if I want to show other textures while the machine is running or is there an easier way? Gonna try to figure that out by myself, but i thought I'm gonna ask it right now, so I don't have to create another topic
Thanks in advance,
RaphiiWarren
P.S.: Sorry for bad english, I'm not native