release: 1.1.0
This commit is contained in:
commit
fa7ded9294
342 changed files with 16046 additions and 0 deletions
18
config/almanac-nbtFix.json5
Normal file
18
config/almanac-nbtFix.json5
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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:*"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue