From 9155f65b4fe110c4bb76c2e3393ed6703a94f525 Mon Sep 17 00:00:00 2001 From: trinsdar <30245301+Trinsdar@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:25:58 -0400 Subject: [PATCH] updated antimatter --- AntimatterAPI | 2 +- .../gregtech/loader/crafting/ElectricToolRecipes.java | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 common/src/main/java/muramasa/gregtech/loader/crafting/ElectricToolRecipes.java 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 { +}