Started by
Shoyana
on
Topic category: Help with Minecraft modding (Java Edition)
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!
You need to execute this command: /setblock ~ ~1 ~ minecraft:chest{LootTable:"chests/bastion_treasure"} replace
Thank you so much!
I’ll try this!