mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
adjusted transistor recipe a bit to make the redstone costs less ridiculous
This commit is contained in:
parent
d867b05865
commit
0338631ec1
@ -153,11 +153,12 @@ object Recipes {
|
|||||||
'i', ironNugget)
|
'i', ironNugget)
|
||||||
|
|
||||||
addRecipe(transistor,
|
addRecipe(transistor,
|
||||||
"ttt",
|
"iii",
|
||||||
"drd",
|
"grg",
|
||||||
" d ",
|
" t ",
|
||||||
'r', repeater,
|
'i', ironNugget,
|
||||||
'd', redstoneDust,
|
'g', goldNugget,
|
||||||
|
'r', redstoneDust,
|
||||||
't', redstoneTorch)
|
't', redstoneTorch)
|
||||||
|
|
||||||
addRecipe(chip1,
|
addRecipe(chip1,
|
||||||
@ -308,7 +309,7 @@ object Recipes {
|
|||||||
"gdg",
|
"gdg",
|
||||||
'g', goldIngot,
|
'g', goldIngot,
|
||||||
'd', hdd1,
|
'd', hdd1,
|
||||||
'c', chip1,
|
'c', chip2,
|
||||||
'b', printedCircuitBoard)
|
'b', printedCircuitBoard)
|
||||||
|
|
||||||
addRecipe(hdd3,
|
addRecipe(hdd3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user