mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 17:56:34 -04:00
Recipe for printer.
This commit is contained in:
parent
6eafc4996d
commit
2de2049a2f
@ -514,6 +514,11 @@ motionSensor {
|
||||
[daylightDetector, "oc:cpu2", daylightDetector]
|
||||
[ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]]
|
||||
}
|
||||
printer {
|
||||
input: [[ingotIron, hopper, ingotIron]
|
||||
[craftingPiston, "oc:circuitChip3", craftingPiston]
|
||||
[ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]]
|
||||
}
|
||||
powerConverter {
|
||||
input: [[ingotIron, "oc:cable", ingotIron]
|
||||
[ingotGold, "oc:circuitChip1", ingotGold]
|
||||
|
@ -86,6 +86,6 @@ object Blocks {
|
||||
|
||||
// v1.5.4
|
||||
Items.registerBlock(new Print(), "print")
|
||||
Items.registerBlock(new Printer(), "printer")
|
||||
Recipes.addBlock(new Printer(), "printer", "oc:printer")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user