[NeoForge] 1.21.1 - v1.55: Relic compatibility whitelist
Curse Maven Snippet
What's new
Sol's Relic System v1.55
Relic compatibility whitelist
- Added
relic_whitelist.jsonfor forcing otherwise-unrecognized modded items to receive random relic stat rolls. - Use a mod ID such as
"someweaponmod"to make every item from that mod relic-eligible. - Use a full item ID such as
"someweaponmod:custom_blade"to make only that item relic-eligible. - Whitelisted entries bypass the normal weapon and armor detection checks.
- Blacklist entries take priority over whitelist entries, allowing individual items from a whitelisted mod to remain excluded.
- Specific item IDs are recommended because a whole-mod entry also includes blocks, crafting materials, food, and other non-equipment items.
- The whitelist is loaded on startup and by
/srs reload. Equip affected items or relog after reloading to trigger relic assignment.
Configuration example
{
"whitelist": [
"someweaponmod",
"anothermod:custom_blade"
]
}This mod has no additional files