From https://github.com/rtxyd
add safeguard for the apotheosis affix on craft handling
moved the skip_innate config (related to the iron's spells compat) to the server-side (since the spell selection may be initiated from the server in multiplayer mode)
moved the skip_innate config (related to the iron's spells compat) to the server-side (since the spell selection may be initiated from the server in multiplayer mode)
(hotfix for previous version - clear current rarity definitions when reloading, so removed entries are not retained)
added a blacklist item tag for apothic crafting attribute (additional_attributes:apothic_crafting_blacklist)
added the option to define min / max rarity clamps for items (defined by using datapacks, directory being additional_attributes/rarity_definitions - see example for wooden tools)
items: Can be a tag, a single entry or a list of itemsmin_rarity: An optional existing loot raritymax_rarity: An optional existing loot rarityAs long as the defined min and max rarity are smaller than the would-be-picked max rarity, they will be considered
apotheosis:rare rarity and you define a min or max of apotheosis:epic that nothing would change (the apotheosis:epic rarity would not be considered)