Started by
NikoBOR
on
Topic category: Help with Minecraft modding (Java Edition)
so im trying to overwrite the drop of the Deepslate Ore blocks but it just doesnt work
i was able to do it for normal ores but not for the deepslate ones
i have it like this:
IronOre(loottable): RawIronFragment(item) 1-4 items - works
DeepslateIronOre(loottable): RawIronFragment(item) 1-4 items - doesnt work
they should use the same loot but idk why it doesnt work
anyone has a solution?