Artifacts fails to modifies loot tables in some cases
BarionLP opened this issue ยท 4 comments
A user of my mod Dungeons Enhanced has a issue with Artifacts and Dungeons Enhanced in combination.
Look at his report on my repository Ametrin-Studios/DungeonsEnhanced#1
I can't find the problem in my code, maybe someone who knows about the artifacts code can also look into it.
In fact, it appears you are overriding a whole bunch of vanilla loot tables, instead of injecting your changes to the existing ones. https://github.com/BarionLP/DungeonsEnhanced/tree/1.17.1/src/generated/resources/data/minecraft/loot_tables/chests
This will break the those loot tables for any other mods that add their own loot to vanilla chests, I hope you fix it.
Possibly related to #117