How to add a loot table drop into a block's GUI

Started by babaprata on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to add a loot table drop into a block's GUI

Alright, ill cut to the chase:

I need a way to insert an item from a loot table into a slot in the gui, but passively (e.g when it is not open)

So far, it seems that people use a random number for this, but i have over 50 items to be added, and that would take an extremely long time.