Apotheosis

Apotheosis

90M Downloads

whitelist or blacklist items from apotheosis

KaydenXzilon opened this issue ยท 2 comments

commented

Hello

I am creating a datapack and I'm trying to figure out how to blacklist some items or mods from being afixable. I want them to not generate with afixes on loot tables and I want to block them from being placed on the reforging table.

likewise there are other moded items that are not able to receive affixes and I would like to know how to configure afixes for this item (the mekatana from mechanism weapons for example)

I have not been able to find a guide on how to do this. could you point me in the right direction?

commented

You need to make a datapack which supplies new entries to this datamap https://github.com/Shadows-of-Fire/Apotheosis/blob/1.21/src/generated/resources/data/apotheosis/data_maps/item/loot_category_overrides.json

Overriding an item's loot category to apotheosis:none means it cannot be affixed. In versions prior to 1.20 this is in the config file.

commented

Thank you! wasn't expecting such a quick answer but this worked perfectly