How do I create a loot table that gives nothing sometimes? (2023.3, Forge, 1.20.1)

Started by HeroWither on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I create a loot table that gives nothing sometimes? (2023.3, Forge, 1.20.1)

I'm trying to add a tree, but I hit a roadblock.. the leaves drop items way too often. I can't figure out how to make the loot table only drop items sometimes. I tried adding an 'air' drop, and giving it a higher weight than anything else, but when I saved the loot table, the air was removed.

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can also pick a random…
Thu, 11/06/2025 - 06:11

you can also pick a random item and change the minimum and maximum amounts to 0. it's what i did.