ignore ae2 screens with inventoryprofiles
This commit is contained in:
76
config/inventoryprofilesnext/integrationHints/ae2.json
Normal file
76
config/inventoryprofilesnext/integrationHints/ae2.json
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
{
|
||||||
|
"appeng.client.gui.implementations.EnergyLevelEmitterScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.ChestScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.CondenserScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.DriveScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.InscriberScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.InterfaceScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.MolecularAssemblerScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.PatternProviderScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.SpatialAnchorScreen": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"appeng.menu.implementations.SpatialAnchorMenu": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.VibrationChamberScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.QNBScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.me.common.MEStorageScreen": {
|
||||||
|
"ignore": true,
|
||||||
|
"playerSideOnly": true,
|
||||||
|
"buttonHints": {
|
||||||
|
"SORT": {
|
||||||
|
"horizontalOffset": 20
|
||||||
|
},
|
||||||
|
"SORT_COLUMNS": {
|
||||||
|
"horizontalOffset": 20
|
||||||
|
},
|
||||||
|
"SORT_ROWS": {
|
||||||
|
"horizontalOffset": 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.IOBusScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.WirelessScreen": {
|
||||||
|
"playerSideOnly": true
|
||||||
|
},
|
||||||
|
"appeng.client.gui.implementations.SecurityStationScreen": {
|
||||||
|
"playerSideOnly": true,
|
||||||
|
"buttonHints": {
|
||||||
|
"SORT": {
|
||||||
|
"horizontalOffset": 20
|
||||||
|
},
|
||||||
|
"SORT_COLUMNS": {
|
||||||
|
"horizontalOffset": 20
|
||||||
|
},
|
||||||
|
"SORT_ROWS": {
|
||||||
|
"horizontalOffset": 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"appeng.menu.me.common.MEStorageMenu": {
|
||||||
|
"ignore": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,32 @@
|
|||||||
{
|
{
|
||||||
"com.lowdragmc.lowdraglib.gui.modular.ModularUIGuiContainer": {
|
"com.lowdragmc.lowdraglib.gui.modular.ModularUIGuiContainer": {
|
||||||
"ignore": true
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerExInterface": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerExPatternProvider": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerModStorageBus": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"appeng.menu.implementations.StorageBusMenu": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerTagStorageBus": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerPreciseExportBus": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerModExportBus": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerTagExportBus": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"com.glodblock.github.extendedae.container.ContainerExIOBus": {
|
||||||
|
"ignore": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,6 +3,10 @@
|
|||||||
"highlight_foused_items": {
|
"highlight_foused_items": {
|
||||||
"value": false
|
"value": false
|
||||||
},
|
},
|
||||||
|
"enable_auto_refill": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"for_modpack_devs": true,
|
||||||
"first_run": false
|
"first_run": false
|
||||||
},
|
},
|
||||||
"GuiSettings": {
|
"GuiSettings": {
|
||||||
|
|||||||
Reference in New Issue
Block a user