Started by
jadenquinn8
on
Topic category: Help with Minecraft modding (Java Edition)
This error is something that is new as of the newest prerelease of MCreator, and it makes it so that I have no other options in terms of a random drop procedure, from 2-5.
I can't compile until this is solved so yea, please tell me how I can create a drop procedure that will make it so that I can drop a random amount of items per ore.
Yes, I've tried looking it up but none of the solutions work. Yes, on this forum too.
You can use a loottable to fix this for the ore. Simply add all the items it will drop (the dust like item you made) and set its minimum count to 2 and maximum count to 5. Then change the Loot Table Registry Name to blocks/"oreName" and the loottable type to block with the namespace set as mod. Also make sure to save and keep open so if any errors comes up with the name stuff you can change it.
It doesn't work, I did this and now the ore doesn't drop anything at all.
doesn't the "dust" option work?
it should be in the ore creation menu