Started by
DerexXD
on
Topic category: Help with Minecraft modding (Java Edition)
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
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.
could i insert after compiling?