The structure I made doesn't form properly and the treasure chest doesn't work either.

Started by Erdium on

Topic category: Help with modding (Java Edition)

Last seen on 09:34, 11. Aug 2024
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The structure I made doesn't form properly and the treasure chest doesn't work either.

It doesn't work as I wrote in the title.

Last seen on 09:52, 16. Aug 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What does doesn't form…
Fri, 08/09/2024 - 13:14

What does doesn't form properly mean in this case? An image would really help.

As for the treasure chest, make sure to use an existing loottable and don't open the chest as that will cause the loot to always be the same since it was already generated when the structure was saved.

In order to generate a loottable, use the following command: /setblock ~ ~ ~ minecraft:chest{LootTable:"your loottable name here"}

If you want to use a vanilla loottable, there are several lists you can find online, but for instance, here is a command that spawns loot from a dungeon (aka spawner room): /setblock ~ ~ ~ minecraft:chest{LootTable:"chests/simple_dungeon"}

Let me know if you need help with anything else :D

Last seen on 09:34, 11. Aug 2024
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for your help, I will…
Fri, 08/09/2024 - 19:46

Thanks for your help, I will post a photo soon.

Last seen on 09:34, 11. Aug 2024
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
By the way, I want to add…
Fri, 08/09/2024 - 19:52

By the way, I want to add something else, the thing I want to add is the ring and the ring compartments. I don't know how to make these compartments.