Skip to content

Commit

Permalink
fix changes in gt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 26, 2024
1 parent 4a712e6 commit 3af5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functionalTest/java/appeng/test/AppengTestMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class AppengTestMod {
public void preInit(FMLPreInitializationEvent ev) {
// Disable GT5u messing with vanilla recipes for unit tests
GTMod.gregtechproxy.mNerfedWoodPlank = false;
GTMod.gregtechproxy.mNerfedVanillaTools = false;
GTMod.gregtechproxy.mChangeWoodenVanillaTools = false;
}

@EventHandler
Expand Down

0 comments on commit 3af5e7c

Please sign in to comment.