From 2f8d00faf288ba17b8ea6905c3773ae93e25b06e Mon Sep 17 00:00:00 2001 From: DStrand1 Date: Thu, 8 Jul 2021 00:15:41 -0500 Subject: [PATCH] only sort notConsumed to the end, not other inputs --- src/main/java/gregtech/api/recipes/Recipe.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/gregtech/api/recipes/Recipe.java b/src/main/java/gregtech/api/recipes/Recipe.java index 7a288d27deb..e4949c4995e 100644 --- a/src/main/java/gregtech/api/recipes/Recipe.java +++ b/src/main/java/gregtech/api/recipes/Recipe.java @@ -74,8 +74,9 @@ public Recipe(List inputs, List outputs, List ing1.getCount() == 0 ? 1 : 0); } /**