Loot is the same in evry structure

Started by Kitty Mod Dev on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 10:15, 14. May 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Loot is the same in evry structure

My problem is the way that loot is generated because the loot table work fine, but when i make my own structure and every structure have the same loot. What i need to do to generate loot  in my structure ?

Here what commands i used:

setblock ~ ~1 ~ minecraft:chest{LootTable:"cool_things:chests/loot"} destroy

data merge block ~ ~-2 ~ {LootTable:"chests/loot"}(This even don't generate loot)

/give @s chest{BlockEntityTag:{LootTable:"cool_things:chests/loot"}}

Last seen on 17:38, 6. Mar 2024
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
using the first command…
Wed, 03/09/2022 - 10:33

using the first command should be fine you just DON"T open the chest before saving the structure otherwise it'll generate the loot and give you the same loot in all the structures.

Last seen on 10:15, 14. May 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tanks!
Sat, 03/12/2022 - 17:08

Tanks!