ignore ae2 screens with inventoryprofiles

This commit is contained in:
ursamina
2024-03-24 18:45:48 +00:00
parent f2fa4d4514
commit 1d2b08fdff
3 changed files with 107 additions and 0 deletions

View 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
}
}

View File

@@ -1,5 +1,32 @@
{
"com.lowdragmc.lowdraglib.gui.modular.ModularUIGuiContainer": {
"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
}
}