From fa0fec058c3ad09b188d9c0b24a5b93ff8e0a696 Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 3 Nov 2022 22:13:48 +0100 Subject: High tier cable diodes (#231) Former-commit-id: 35907ef7039f9fa03e0ef0a8e2b328ec321bfbe8 --- .../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 f6bef99113..d2ba8f2d59 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 @@ -637,7 +637,7 @@ public class RecipeLoader { ItemList.Machine_LV_ChemicalReactor.get(1L), }); - for (int i = 0; i < GT_Values.VN.length - 1; i++) { + for (int i = 0; i < 9; i++) { try { Materials cable = cables[i]; ItemStack hull = hulls[i] instanceof Materials -- cgit