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

Started by SlayDigger on

Topic category: Help with modding (Java Edition)

Last seen on 03:35, 21. Jan 2024
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

Last seen on 03:35, 21. Jan 2024
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. 

Last seen on 11:45, 26. Jul 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to use Global Loot…
Mon, 11/27/2023 - 23:39

You need to use Global Loot Modifier. If you need a more precise Tutorial check this video (1.18.2) out. There is also a Tutorial for 1.19.2.

Last seen on 20:37, 26. Jul 2024
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.