Overwrite vanilla loottables

Started by NikoBOR on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Overwrite vanilla loottables

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?