How to duplicate chests in the Bastion remnant

Started by Shoyana on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to duplicate chests in the Bastion remnant

Hello!
For mod, I’m currently working on making an item which appears chest when you throw it, and I want the chests come from the bastion remnant randomly. Is it possible to duplicate chests which are in bastion remnant?

Thanks in advance!

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to execute this…
Sat, 08/17/2024 - 11:51

You need to execute this command: /setblock ~ ~1 ~ minecraft:chest{LootTable:"chests/bastion_treasure"} replace

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much! I’ll try…
Sat, 08/17/2024 - 12:27

Thank you so much! 
I’ll try this!