Started by
thegrandseraph
on
Topic category: Help with MCreator software
I am trying to create a custom crop that grows on resource blocks to essentially make more of them. It works great on vanilla resources but, since I use Create in every pack, I figured I would make one for zinc. The only problem is, when I try to make it use zinc as a resource block to grow on, there isn't an option to use a tag (in this case create:raw_zinc_block). So I figured I would use a filler (raw iron block) and edit it in the code. The only place I found that has a reference to the iron block however is the .java file, as seen below.
How do I make this reference the create mod's zinc block?
The pic of the code didn't take, so here it is cut and pasted.