mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 19:25:20 -04:00
adjusted gregtech recipe for transistor to avoid collision with redstone conductor recipe
This commit is contained in:
parent
1f084dadb9
commit
d0deb19664
@ -112,11 +112,11 @@ disk {
|
|||||||
|
|
||||||
transistor {
|
transistor {
|
||||||
type: assembly
|
type: assembly
|
||||||
input: [redstone, {item="GT_Materials", subID=64}]
|
input: [redstone, {item="GT_Materials", subID=96}]
|
||||||
count: [1, 2]
|
count: [1, 3]
|
||||||
eu: 16
|
eu: 16
|
||||||
time: 500
|
time: 500
|
||||||
output: 4
|
output: 6
|
||||||
}
|
}
|
||||||
chip1 {
|
chip1 {
|
||||||
type: assembly
|
type: assembly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user