Edited Forum: Loot Table (Chest) not working.

Started by VolcanoBoy on

Topic category: Help with modding (Java Edition)

Last seen on 08:05, 19. Apr 2024
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Edited Forum: Loot Table (Chest) not working.

I create a chest loot, and i write in the command block: /data merge block ~ ~-2 ~ {LootTable:"test"}, the commandblock it is 2 block higher than the chest, and write the output text, but the chest is empty... What is the error? (comment: the chest open-animation it doesnt work too)

Last seen on 14:03, 18. Apr 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have done the wrong…
Wed, 01/05/2022 - 13:59

You have done the wrong command: 

/data merge block ~ ~ ~ {LootTable:" yourmodid: chests/loottablename}

Last seen on 14:03, 18. Apr 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have directly watch at…
Wed, 01/05/2022 - 14:00

You have directly watch at the chest or the command will be applied to another block

Last seen on 20:41, 2. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
/data merge block ~ ~-2 ~ …
Thu, 05/19/2022 - 23:17

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

Works.