File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/java/com/asdflj/nech Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3636dependencies {
3737 api(' com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev' )
3838 shadowImplementation(files(' libs/PinIn-1.6.0-all.jar' ))
39- runtimeOnlyNonPublishable(' com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-404 -GTNH:dev' )
39+ runtimeOnlyNonPublishable(' com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-549 -GTNH:dev' )
4040 runtimeOnlyNonPublishable(' com.github.GTNewHorizons:GT5-Unofficial:5.09.50.103:dev' )
4141 runtimeOnlyNonPublishable(" com.github.GTNewHorizons:GTNHLib:0.5.22:dev" )
4242}
Original file line number Diff line number Diff line change @@ -135,7 +135,10 @@ public static void setKeyboard(Spell keyboard) {
135135 "com.glodblock.github.client.gui.GuiLevelTerminal:itemStackMatchesSearchTerm" ,
136136 "appeng.client.gui.implementations.GuiInterfaceTerminal$InterfaceTerminalList:update" ,
137137 "appeng.client.gui.implementations.GuiInterfaceTerminal:itemStackMatchesSearchTerm" ,
138- "com.glodblock.github.client.gui.GuiInterfaceWireless$InterfaceWirelessList:update" };
138+ "com.glodblock.github.client.gui.GuiInterfaceWireless$InterfaceWirelessList:update" ,
139+ "appeng.client.gui.implementations.GuiCraftConfirm:updateSearchGoToList" ,
140+ "appeng.client.gui.implementations.GuiCraftingCPU:updateSearchGoToList" ,
141+ "appeng.client.gui.widgets.GuiCraftingTree:updateSearchGoToList" };
139142 }
140143
141144 public static enum Spell {
You can’t perform that action at this time.
0 commit comments