-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayer.config.patch
148 lines (112 loc) · 3.65 KB
/
player.config.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[
[
//CARLUCCI ACE INVENTORY 3.0
{
"op": "replace",
"path": "/inventory/itemBags",
"value": {
"armoryBag" : { "priority" : 1, "size" : 105 },//weapons
"armorBag" : { "priority" : 2, "size" : 105 },//armor
"throwBag" : { "priority" : 3, "size" : 105 },//throwable items, breakable items
"toolBag" : { "priority" : 4, "size" : 105 },//tool
"augmentsBag" : { "priority" : 5, "size" : 105 },//epp, collar and lure augments
"medsBag" : { "priority" : 6, "size" : 105 },//medicine
"foodBag" : { "priority" : 7, "size" : 105 },//food
"objectBag" : { "priority" : 8, "size" : 105 },//furniture and platforms
"materialBag" : { "priority" : 9, "size" : 105 },//building blocks
"liquidBag" : { "priority" : 10, "size" : 105 },//liquids
"farmBag" : { "priority" : 11, "size" : 105 },//seeds, saplings, gardenbots and pets
"hobbyBag" : { "priority" : 12, "size" : 105 },//music and documents
"vehicleBag" : { "priority" : 13, "size" : 105 },//mech, spaceship, boat and vehicle parts, anything that has to do with these items
"reagentBag" : { "priority" : 14, "size" : 105 },//crafting materials
"transportBag" : { "priority" : 15, "size" : 105 },//rails and elevators, flags and teleporters
"objectBag2" : { "priority" : 16, "size" : 105 },//decorations
"lightingBag" : { "priority" : 17, "size" : 105 },//lighting
"moneyBag" : { "priority" : 18, "size" : 105 },//voxels and pixels
"storageBag" : { "priority" : 19, "size" : 105 },// chests, lockers (old skool storage)
"mainBag" : { "priority" : 20, "size" : 105 },//junk bag, other and leftovers
"deviceBag" : { "priority" : 21, "size" : 105 },//device stations
"digitalBag" : { "priority" : 22, "size" : 105 },//digital transportation and storage
"powerBag" : { "priority" : 23, "size" : 105 }//anything that creates, gives and supplies power
}
},
{
"op": "replace",
"path": "/inventoryFilters",
"value": {
"mainBag" : {"tagWhitelist" : [ "mainBag"], ]
},
"armoryBag" : {"tagWhitelist" : [ "armoryBag"], ]
},
"materialBag" : {"tagWhitelist" : [ "materialBag"], ]
},
"objectBag" : {"tagWhitelist" : [ "objectBag"], ]
},
"objectBag2" : {"tagWhitelist" : [ "objectBag2"], ]
},
"reagentBag" : {"tagWhitelist" : [ "reagentBag"], ]
},
"foodBag" : {"tagWhitelist" : [ "foodBag"], ]
},
"farmBag" : : {"tagWhitelist" : [ "farmBag"], ]
},
"hobbyBag" : {"tagWhitelist" : [ "hobbyBag"], ]
},
"vehicleBag" : {"tagWhitelist" : [ "vehicleBag"], ]
},
"toolBag" : {"tagWhitelist" : [ "toolBag"], ]
},
"liquidBag" : {"tagWhitelist" : [ "liquidBag"], ]
},
"medsBag" : {"tagWhitelist" : [ "medsBag"], ]
},
"augmentsBag" : {"tagWhitelist" : [ "augmentsBag"], ]
},
"transportBag" : {"tagWhitelist" : [ "transportBag"], ]
},
"moneyBag" : {"tagWhitelist" : [ "moneyBag"], ]
},
"throwBag" : {"tagWhitelist" : [ "throwBag"], ]
},
"armorBag" : {"tagWhitelist" : [ "armorBag"], ]
},
"lightingBag" : {"tagWhitelist" : [ "lightingBag"], ]
},
"storageBag" : {"tagWhitelist" : [ "storageBag"], ]
},
"digitalBag" : {"tagWhitelist" : [ "digitalBag"], ]
},
"deviceBag" : {"tagWhitelist" : [ "deviceBag"], ]
},
"powerBag" : {"tagWhitelist" : [ "powerBag"], ]
},
"autoAddToCustomBar" : {
/*++++++++++++++++++++++++++++++++++++++++autoAddToCustomBar++++++++++++++++++++++++++++++++++++++++++++*/
"typeWhitelist" : [
"liquid","material", "object", "miningtool","flashlight","harvestingtool","tillingtool","consumable","blueprint","codex","instrument",
"thrownitem","unlockitem","activeitem"],
"categoryBlacklist" : [ "food" ]
}
}
}
],
[
{
"op" : "test",
"path" : "/modEnvironment",
"inverse" : true
},
{
"op" : "add",
"path" : "/modEnvironment",
"value" : {}
}
],
[
{
"op" : "add",
"path" : "/modEnvironment/carlucci_inventory",//in case it would be useful to know
"value" : true
}
]
]