Vampirism - Become a vampire!

Vampirism - Become a vampire!

16M Downloads

Option for vanilla loot table modification

yavincl opened this issue ยท 2 comments

commented

Hello. I'm dev-ing a modpack and I would like vampirism not to modify the vanilla loot tables, but I'd like the vampirism 'dungeons' to continue spawning. This is because I need the vampire fangs and rings, belts, etc to not spawn in most chests. Would it be reasonable to implement such a config option?

This is the relevant code I want to be switchable

As for why I don't to this with KubeJS, it unfortunately doesn't support fine grained operations like this on non-block loot tables :/

commented

The referenced loot table generator just creates the json loottables in inject loottables which then will be merged into the vanilla loot tables on joining the world.

Which means that you can already modify them under data/vampirism/loot_tables/inject/<*>.json

commented

Thank you!