Files
meatballcraft/config/bogosorter/config.json
T
ZHAY10086 2b8ea95744 udpate1
2026-03-15 17:17:48 +08:00

61 lines
1.1 KiB
JSON

{
"General": {
"enableAutoRefill": true,
"refillDmgThreshold": 1,
"enableHotbarSwap": true,
"sortSound": "minecraft:ui.button.click",
"buttonColor": "#FFFFFFFF",
"buttonEnabled": true,
"enableHotbarSorting": false,
"lockIconAlign": 0,
"lockIconColor": "#FF2196F3",
"lockIconX": -1,
"lockIconY": -1,
"lockIconScale": 0.5,
"lockOnlyBlockSorting": false
},
"ItemSortRules": [
{
"name": "mod",
"inverted": false
},
{
"name": "material",
"inverted": false
},
{
"name": "ore_prefix",
"inverted": false
},
{
"name": "id",
"inverted": false
},
{
"name": "meta",
"inverted": false
},
{
"name": "nbt_has",
"inverted": false
},
{
"name": "nbt_rules",
"inverted": false
}
],
"NbtSortRules": [
{
"name": "enchantment",
"inverted": false
},
{
"name": "enchantment_book",
"inverted": false
},
{
"name": "potion",
"inverted": false
}
]
}