From 0338631ec195baf6e1e302cc823e7f1f21eee83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sun, 1 Dec 2013 14:22:32 +0100 Subject: [PATCH] adjusted transistor recipe a bit to make the redstone costs less ridiculous --- li/cil/oc/Recipes.scala | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/li/cil/oc/Recipes.scala b/li/cil/oc/Recipes.scala index e259677c9..a6ac15c4d 100644 --- a/li/cil/oc/Recipes.scala +++ b/li/cil/oc/Recipes.scala @@ -153,11 +153,12 @@ object Recipes { 'i', ironNugget) addRecipe(transistor, - "ttt", - "drd", - " d ", - 'r', repeater, - 'd', redstoneDust, + "iii", + "grg", + " t ", + 'i', ironNugget, + 'g', goldNugget, + 'r', redstoneDust, 't', redstoneTorch) addRecipe(chip1, @@ -308,7 +309,7 @@ object Recipes { "gdg", 'g', goldIngot, 'd', hdd1, - 'c', chip1, + 'c', chip2, 'b', printedCircuitBoard) addRecipe(hdd3,