Skip to content

Commit 80c8ead

Browse files
author
zy
committed
更新规则
1 parent 219689b commit 80c8ead

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

src/main/java/com/asdflj/nech/NechConfig.java

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,24 +123,23 @@ public static void setKeyboard(Spell keyboard) {
123123
"appeng.client.gui.implementations.GuiInterfaceTerminal:refreshList",
124124
"appeng.client.gui.implementations.GuiInterfaceTerminal:itemStackMatchesSearchTerm",
125125
"appeng.client.gui.implementations.GuiInterfaceTerminal:interfaceSectionMatchesSearchTerm",
126-
"vswe.stevesfactory.components.ComponentMenuLiquid:updateSearch",
127-
"vswe.stevesfactory.components.ComponentMenuItem:updateSearch",
128-
"betterquesting.api2.client.gui.panels.lists.CanvasQuestSearch:queryMatches",
129-
"me.towdium.jecalculation.utils.Utilities$I18n:contains",
130-
"logisticspipes.gui.orderer.GuiOrderer:isSearched", "logisticspipes.gui.orderer.GuiRequestTable:isSearched",
131-
"mrtjp.projectred.transportation.GuiRequester$$anonfun$stringMatch$1$1:apply",
126+
"appeng.client.gui.implementations.GuiInterfaceTerminal$InterfaceTerminalList:update",
127+
"appeng.client.gui.implementations.GuiCraftConfirm:updateSearchGoToList",
128+
"appeng.client.gui.implementations.GuiCraftingCPU:updateSearchGoToList",
132129
"com.glodblock.github.client.gui.GuiInterfaceTerminalWireless:refreshList",
133130
"com.glodblock.github.client.gui.GuiInterfaceTerminalWireless:itemStackMatchesSearchTerm",
134131
"com.glodblock.github.client.gui.GuiInterfaceWireless$InterfaceWirelessList:updateList",
135132
"com.glodblock.github.client.gui.GuiInterfaceWireless:itemStackMatchesSearchTerm",
136133
"com.glodblock.github.client.gui.GuiLevelTerminal$LevelTerminalList:update",
137134
"com.glodblock.github.client.gui.GuiLevelTerminal:itemStackMatchesSearchTerm",
138-
"appeng.client.gui.implementations.GuiInterfaceTerminal$InterfaceTerminalList:update",
139-
"appeng.client.gui.implementations.GuiInterfaceTerminal:itemStackMatchesSearchTerm",
140135
"com.glodblock.github.client.gui.GuiInterfaceWireless$InterfaceWirelessList:update",
141-
"appeng.client.gui.implementations.GuiCraftConfirm:updateSearchGoToList",
142-
"appeng.client.gui.implementations.GuiCraftingCPU:updateSearchGoToList",
143-
"appeng.client.gui.widgets.GuiCraftingTree:updateSearchGoToList" };
136+
"appeng.client.gui.widgets.GuiCraftingTree:updateSearchGoToList",
137+
"vswe.stevesfactory.components.ComponentMenuLiquid:updateSearch",
138+
"vswe.stevesfactory.components.ComponentMenuItem:updateSearch",
139+
"betterquesting.api2.client.gui.panels.lists.CanvasQuestSearch:queryMatches",
140+
"me.towdium.jecalculation.utils.Utilities$I18n:contains",
141+
"logisticspipes.gui.orderer.GuiOrderer:isSearched", "logisticspipes.gui.orderer.GuiRequestTable:isSearched",
142+
"mrtjp.projectred.transportation.GuiRequester$$anonfun$stringMatch$1$1:apply", };
144143
}
145144

146145
public static enum Spell {

0 commit comments

Comments
 (0)