diff --git a/AntimatterAPI b/AntimatterAPI index 3497bf9da..f128bef1e 160000 --- a/AntimatterAPI +++ b/AntimatterAPI @@ -1 +1 @@ -Subproject commit 3497bf9da17517218989b8a8d4ea1f6eb097c452 +Subproject commit f128bef1e07ac7eb1928b520d3c7f15cb8c6cce6 diff --git a/common/src/main/java/muramasa/gregtech/loader/crafting/ElectricToolRecipes.java b/common/src/main/java/muramasa/gregtech/loader/crafting/ElectricToolRecipes.java new file mode 100644 index 000000000..b630fbd87 --- /dev/null +++ b/common/src/main/java/muramasa/gregtech/loader/crafting/ElectricToolRecipes.java @@ -0,0 +1,4 @@ +package muramasa.gregtech.loader.crafting; + +public class ElectricToolRecipes { +}