From 955b0095de3952052aacb794ee76fb6bb937d05f Mon Sep 17 00:00:00 2001 From: miozune Date: Thu, 28 Apr 2022 03:02:58 +0900 Subject: Fix Manual Trafo not being oredicted (#124) Former-commit-id: dd35a809af15aa7ec15565b87be64f902608ca51 --- .../com/github/bartimaeusnek/bartworks/common/loaders/RecipeLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com') diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/RecipeLoader.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/RecipeLoader.java index a8128e12d2..7b7b940af5 100644 --- a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/RecipeLoader.java +++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/RecipeLoader.java @@ -514,7 +514,7 @@ public class RecipeLoader { 'S', GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Titanium, 1L), 'C', new ItemStack(ItemRegistry.BW_BLOCKS[2]), 'H', ItemList.Hull_HV.get(1L), - 'Z', GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Advanced, 1L) + 'Z', "circuitAdvanced" } ); -- cgit