cobblemon-campaign/config/almanac-nbtFix.json5

18 lines
No EOL
563 B
Text

{
"items": {
/* Items in this list will not be modified by ItemSplitBugFix.
Supports wildcard '*'. For example:
- 'minecraft:diamond' matches exactly 'minecraft:diamond'
- '*:diamond*' matches any item from any mod that contains 'diamond'
- 'minecraft:*' matches all items from minecraft namespace
- '*nec*' matches any item that contains 'nec', eg. 'necromancy:abc', 'my_mod:necklace'
*/
"blacklistItems": [
"alexscaves:sack_of_sating",
"hexerei:*",
"spelunkery:*",
"minecraft:spyglass",
"technicalcores:*"
]
}
}