diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-12-17 16:25:40 +0100 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-12-17 16:25:40 +0100 |
commit | 8892a0249d81b578eb12db2c3b26ab7a296a8980 (patch) | |
tree | 5cf3058a648d29ed139cd9b923a5e15ddb29653d | |
parent | c27b9a2f34029b6af977317688caef7a315625e7 (diff) | |
download | GT5-Unofficial-8892a0249d81b578eb12db2c3b26ab7a296a8980.tar.gz GT5-Unofficial-8892a0249d81b578eb12db2c3b26ab7a296a8980.tar.bz2 GT5-Unofficial-8892a0249d81b578eb12db2c3b26ab7a296a8980.zip |
fixed a recipe
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
-rw-r--r-- | build.properties | 2 | ||||
-rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/RecipeLoader.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.properties b/build.properties index 07ea335ab8..bde9b6d663 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ mc_version=1.7.10 -mod_version=0.1.0 +mod_version=0.1.1 ic2.version=2.2.828-experimental gregtech.version=5.09.32.36 gregtech.jenkinsbuild=143 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)) ); |