Custom chests in structures?

Started by DerexXD on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 weeks ago
Joined Jan 2016
Points:
956

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 177
Custom chests in structures?

I tried using loot tables but they're saved on worlds so is there any way I could get my chests' loot tables to carry across to the mod? Like in a dungeon, I don't want the items to be repeated 

Active 1 week ago
Joined Dec 2016
Points:
760

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 52
theoretically, yes. You…
Sat, 08/10/2019 - 17:28

theoretically, yes. You would need to create a new Loot Table handler and a Loot table .json file and then put them in the loot table folder which should be located in the assets folder but since MCreator overrides the assets folder everytime you compile or test your mod, you can't.

Active 2 weeks ago
Joined Jan 2016
Points:
956

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 177
could i insert after…
Sun, 08/11/2019 - 15:22

could i insert after compiling?