mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 10:51:55 -04:00
Bumped up limit for pattern matcher input... this one already fails for the motd >_>
Changed up RAM recipes a bit, making non .5 tiers more useful (by increasing the cost step to .5 a bit).
This commit is contained in:
parent
987de5ffa4
commit
1c2dea16c1
@ -239,7 +239,7 @@ opencomputers {
|
||||
# amount of time. If you are playing in single-player or trust your
|
||||
# users, feel free to increase this limit. The default is fairly
|
||||
# restrictive.
|
||||
maxPatternInputLength: 2000
|
||||
maxPatternInputLength: 5000
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,7 @@ ram1 {
|
||||
["", "oc:materialCircuitBoardPrinted", ""]]
|
||||
}
|
||||
ram2 {
|
||||
input: [["oc:circuitChip1", "oc:circuitChip1", "oc:circuitChip1"]
|
||||
input: [["oc:circuitChip1", "oc:circuitChip2", "oc:circuitChip1"]
|
||||
["", "oc:materialCircuitBoardPrinted", ""]]
|
||||
}
|
||||
ram3 {
|
||||
@ -46,7 +46,7 @@ ram3 {
|
||||
["", "oc:materialCircuitBoardPrinted", ""]]
|
||||
}
|
||||
ram4 {
|
||||
input: [["oc:circuitChip2", "oc:circuitChip2", "oc:circuitChip2"]
|
||||
input: [["oc:circuitChip2", "oc:circuitChip3", "oc:circuitChip2"]
|
||||
["", "oc:materialCircuitBoardPrinted", ""]]
|
||||
}
|
||||
ram5 {
|
||||
@ -55,7 +55,7 @@ ram5 {
|
||||
}
|
||||
ram6 {
|
||||
input: [["oc:circuitChip3", "oc:circuitChip3", "oc:circuitChip3"]
|
||||
["", "oc:materialCircuitBoardPrinted", ""]]
|
||||
["oc:circuitChip2", "oc:materialCircuitBoardPrinted", "oc:circuitChip2"]]
|
||||
}
|
||||
|
||||
floppy {
|
||||
|
@ -35,7 +35,7 @@ ram1 {
|
||||
}
|
||||
ram2 {
|
||||
input: [["oc:circuitChip1", "oc:circuitChip1", "oc:circuitChip1"]
|
||||
["", "oc:ram1", ""]
|
||||
["oc:ram1", "oc:materialCircuitBoardPrinted", "oc:ram1"]
|
||||
["", craftingToolWrench, ""]]
|
||||
}
|
||||
ram3 {
|
||||
|
@ -35,8 +35,8 @@ ram1 {
|
||||
["oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted"]]
|
||||
}
|
||||
ram2 {
|
||||
input: [["oc:circuitChip2", "oc:circuitChip2", "oc:circuitChip2"]
|
||||
["", "oc:ram1", ""]]
|
||||
input: [["oc:circuitChip1", "oc:circuitChip1", "oc:circuitChip1"]
|
||||
["oc:ram1", "oc:materialCircuitBoardPrinted", "oc:ram1"]]
|
||||
}
|
||||
ram3 {
|
||||
input: [["oc:circuitChip2", "oc:circuitChip2", "oc:circuitChip2"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user