Custom chests in structures?

Started by DerexXD on

Topic category: Help with modding (Java Edition)

Last seen on 19:30, 8. Feb 2023
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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 

Last seen on 23:50, 27. Mar 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.

Last seen on 19:30, 8. Feb 2023
Joined Jan 2016
Points:

User statistics:

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

could i insert after compiling?