Main Upload
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"package.name.className": {
|
||||
"ignore": false,
|
||||
"playerSideOnly": false,
|
||||
"force": false,
|
||||
"buttonHints": {
|
||||
"SORT": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"SORT_COLUMNS": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"SORT_ROWS": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"MOVE_TO_CONTAINER": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"MOVE_TO_PLAYER": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"CONTINUOUS_CRAFTING": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0
|
||||
},
|
||||
"PROFILE_SELECTOR": {
|
||||
"horizontalOffset": 0,
|
||||
"top": 0,
|
||||
"bottom": 0,
|
||||
"hide": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"another.package.name.className": {
|
||||
}
|
||||
}
|
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"net.minecraft.client.gui.screens.inventory.InventoryScreen": {
|
||||
"buttonHints": {
|
||||
"CONTINUOUS_CRAFTING": {
|
||||
"horizontalOffset": -1,
|
||||
"bottom": -4
|
||||
},
|
||||
"PROFILE_SELECTOR": {
|
||||
"bottom": -193
|
||||
},
|
||||
"SHOW_EDITOR": {
|
||||
"horizontalOffset": 14,
|
||||
"top": -5
|
||||
},
|
||||
"SETTINGS": {
|
||||
"horizontalOffset": 31,
|
||||
"top": -20
|
||||
}
|
||||
}
|
||||
},
|
||||
"net.minecraft.client.gui.screens.inventory.CraftingScreen": {
|
||||
"buttonHints": {
|
||||
"SHOW_EDITOR": {
|
||||
"horizontalOffset": 28,
|
||||
"top": -6
|
||||
},
|
||||
"SETTINGS": {
|
||||
"horizontalOffset": 43,
|
||||
"top": -21
|
||||
}
|
||||
}
|
||||
},
|
||||
"net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen": {
|
||||
"buttonHints": {
|
||||
"SORT": {
|
||||
"horizontalOffset": -32,
|
||||
"bottom": 36
|
||||
},
|
||||
"SORT_COLUMNS": {
|
||||
"horizontalOffset": -20,
|
||||
"bottom": 24
|
||||
},
|
||||
"SORT_ROWS": {
|
||||
"horizontalOffset": -8,
|
||||
"bottom": 11
|
||||
},
|
||||
"SHOW_EDITOR": {
|
||||
"horizontalOffset": 32,
|
||||
"top": -6
|
||||
},
|
||||
"SETTINGS": {
|
||||
"horizontalOffset": 45,
|
||||
"top": -21
|
||||
}
|
||||
}
|
||||
},
|
||||
"net.minecraft.client.gui.screens.inventory.ContainerScreen": {
|
||||
"buttonHints": {
|
||||
"SHOW_EDITOR": {
|
||||
"horizontalOffset": 29,
|
||||
"top": -5
|
||||
},
|
||||
"SETTINGS": {
|
||||
"horizontalOffset": 44,
|
||||
"top": -20
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
22
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
22
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"ModSettings": {
|
||||
"first_run": false
|
||||
},
|
||||
"GuiSettings": {
|
||||
"enable_inventory_editor_button": {
|
||||
"main": {
|
||||
"keys": "LEFT_CONTROL"
|
||||
},
|
||||
"value": false
|
||||
},
|
||||
"continuous_crafting_saved_value": false
|
||||
},
|
||||
"AutoRefillSettings": {
|
||||
"refill_before_tool_break": {
|
||||
"value": false
|
||||
},
|
||||
"visual_durability_notification": {
|
||||
"value": false
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user