From 8892a0249d81b578eb12db2c3b26ab7a296a8980 Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Mon, 17 Dec 2018 16:25:40 +0100 Subject: fixed a recipe Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> --- .../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 9dd005076f..a6db1925a9 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 @@ -321,7 +321,7 @@ public class RecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe( new ItemStack[]{GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.AnnealedCopper, 64L), GT_Utility.getIntegratedCircuit(17)}, Materials.Plastic.getMolten(1152L), - new ItemStack(ItemRegistry.BW_BLOCKS[2]), + new ItemStack(ItemRegistry.BW_BLOCKS[2],1,1), 20, (int) (GT_Values.V[3] - (GT_Values.V[3] / 10)) ); -- cgit