clientstuff
This commit is contained in:
24
.minecraft/config/bogosorter/keybinds.json
Normal file
24
.minecraft/config/bogosorter/keybinds.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"move_single": [
|
||||
-100,
|
||||
29
|
||||
],
|
||||
"move_all": [
|
||||
-100,
|
||||
57
|
||||
],
|
||||
"move_all_same": [
|
||||
-100,
|
||||
56
|
||||
],
|
||||
"throw_all_same": [
|
||||
56
|
||||
],
|
||||
"move_single_empty": [
|
||||
-99,
|
||||
29
|
||||
],
|
||||
"throw_all": [
|
||||
57
|
||||
]
|
||||
}
|
||||
101
.minecraft/config/bogosorter/orePrefix.json
Normal file
101
.minecraft/config/bogosorter/orePrefix.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"_comment": "Setting this to true will recreate this entire file on next start",
|
||||
"reload": false,
|
||||
"orePrefixes": [
|
||||
"ingot",
|
||||
"ingotHot",
|
||||
"gemChipped",
|
||||
"gemFlawed",
|
||||
"gem",
|
||||
"gemFlawless",
|
||||
"gemExquisite",
|
||||
"dustTiny",
|
||||
"dustSmall",
|
||||
"dust",
|
||||
"nugget",
|
||||
"block",
|
||||
"plate",
|
||||
"plateDouble",
|
||||
"plateDense",
|
||||
"gear",
|
||||
"bolt",
|
||||
"stick",
|
||||
"stickLong",
|
||||
"ring",
|
||||
"screw",
|
||||
"round",
|
||||
"foil",
|
||||
"wireFine",
|
||||
"springSmall",
|
||||
"spring",
|
||||
"turbineBlade",
|
||||
"rotor",
|
||||
"lens",
|
||||
"dustImpure",
|
||||
"dustPure",
|
||||
"crushed",
|
||||
"crushedCentrifuged",
|
||||
"crushedPurified",
|
||||
"shard",
|
||||
"clump",
|
||||
"reduced",
|
||||
"crystalline",
|
||||
"dirtyGravel",
|
||||
"cleanGravel",
|
||||
"toolHeadSword",
|
||||
"toolHeadPickaxe",
|
||||
"toolHeadShovel",
|
||||
"toolHeadAxe",
|
||||
"toolHeadHoe",
|
||||
"toolHeadSense",
|
||||
"toolHeadFile",
|
||||
"toolHeadHammer",
|
||||
"toolHeadSaw",
|
||||
"toolHeadBuzzSaw",
|
||||
"toolHeadScrewdriver",
|
||||
"toolHeadDrill",
|
||||
"toolHeadChainsaw",
|
||||
"toolHeadWrench",
|
||||
"pipeTinyFluid",
|
||||
"pipeSmallFluid",
|
||||
"pipeNormalFluid",
|
||||
"pipeLargeFluid",
|
||||
"pipeHugeFluid",
|
||||
"pipeQuadrupleFluid",
|
||||
"pipeNonupleFluid",
|
||||
"pipeTinyItem",
|
||||
"pipeSmallItem",
|
||||
"pipeNormalItem",
|
||||
"pipeLargeItem",
|
||||
"pipeHugeItem",
|
||||
"pipeSmallRestrictive",
|
||||
"pipeNormalRestrictive",
|
||||
"pipeLargeRestrictive",
|
||||
"pipeHugeRestrictive",
|
||||
"wireGtSingle",
|
||||
"wireGtDouble",
|
||||
"wireGtQuadruple",
|
||||
"wireGtOctal",
|
||||
"wireGtHex",
|
||||
"cableGtSingle",
|
||||
"cableGtDouble",
|
||||
"cableGtQuadruple",
|
||||
"cableGtOctal",
|
||||
"cableGtHex",
|
||||
"frameGt",
|
||||
"glass",
|
||||
"ore",
|
||||
"oreGranite",
|
||||
"oreDiorite",
|
||||
"oreAndesite",
|
||||
"oreBlackgranite",
|
||||
"oreRedgranite",
|
||||
"oreMarble",
|
||||
"oreBasalt",
|
||||
"oreSand",
|
||||
"oreRedSand",
|
||||
"oreNetherrack",
|
||||
"oreEndstone",
|
||||
"log"
|
||||
]
|
||||
}
|
||||
54
.minecraft/config/bogosorter/sortRulesConfig.json
Normal file
54
.minecraft/config/bogosorter/sortRulesConfig.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "gt_circ_config",
|
||||
"inverted": false
|
||||
},
|
||||
{
|
||||
"name": "gt_item_damage",
|
||||
"inverted": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user