Why wouldn't this be working... (Loot tables)

Started by SlayDigger on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why wouldn't this be working... (Loot tables)

So I was trying to make my custom item drop from vanilla's cherry leaves when broken... Does anybody have an idea why wouldn't this work ? https://imgur.com/a/Waxc1Kx

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To clarify, the mod right…
Mon, 11/27/2023 - 22:55

To clarify, the mod right now is still using vanilla's cherry loot tables. 

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could also just make a…
Fri, 12/29/2023 - 13:14

You could also just make a procedure that has a random chance of dropping an item whenever cherry leaves are broken. It'll amount to the same thing. If you wanted to do it properly you could even make it draw said item from your own loot table, so that other modders could alter it.