Data merge loot table not working

Started by Your mom scott on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Data merge loot table not working

It's not letting me add Loot Tables to my chest.

This is technically a vanilla issue.

I did it before but forget how.

I have tried the following combinations:

/data merge block ~ ~-2 ~ {LootTable:"endsimpleloot"}

/data merge block ~ ~-2 ~ {LootTable:"endersimpleloot"}

/data merge block ~ ~-2 ~ {LootTable:"chests/endersimpleloot"}

/data merge block ~ ~-2 ~ {LootTable:"end_expanded:chests/endersimpleloot"}

/data merge block ~ ~-2 ~ {LootTable:"end_expanded:endersimpleloot"}

/data merge block ~ ~-2 ~ {LootTable:"end_expanded:endsimpleloot"}

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The registry of the loot…
Sat, 01/10/2026 - 21:51

The registry of the loot table element itself is endsimpleloot. The loot table registry property is set to chests/endersimpleloot. The mod ID is end_expanded.