Edit the "Not Grindable" item tag using config.json
- Blacklist: Completely blocks grinding for listed items, regardless of their origin.
- Whitelist: Restricted mode. Only the items explicitly listed here are allowed to be ground.
- Ignore-List: Fallback mode. Operates only if the Whitelist is empty to protect specific items from any modification.
JSON:
SAM_AllGrindable.Reload
JSON:
{ // CONFIG EXAMPLE
"Debug": false, // LOG ITEM CHANGES
"Blacklist": [], // THESE ITEMS WILL BECOME NOT GRINDABLE (regardless of their source)
"Whitelist": [], // IF NOT EMPTY, ONLY THESE ITEMS WILL BECOME GRINDABLE
"IgnoreList": [ // THESE ITEMS WILL NOT BE MODIFIED (ignored if Whitelist contains items)
"PrimalItemArmor_TitanSaddle_Platform", // YOU CAN USE ANY PART OF PATH
"/Game/Genesis/Dinos/GiantTurtle/PrimalItemArmor_GiantTurtleSaddle.PrimalItemArmor_GiantTurtleSaddle"
]
}