mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 02:12:42 -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)
|
||||
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user