mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 08:50:04 -04:00
Recipe for manual, using manual in recipe for Lua BIOS and OpenOS now.
This commit is contained in:
parent
9a23e10a91
commit
6f621f53d8
@ -11,6 +11,10 @@ texturePicker {
|
|||||||
[dyeBlue, "oc:analyzer", dyePurple]
|
[dyeBlue, "oc:analyzer", dyePurple]
|
||||||
[dyeYellow, dyeMagenta, dyeWhite]]
|
[dyeYellow, dyeMagenta, dyeWhite]]
|
||||||
}
|
}
|
||||||
|
manual {
|
||||||
|
type: shapeless
|
||||||
|
input: [book, "oc:circuitChip1"]
|
||||||
|
}
|
||||||
droneCase1 {
|
droneCase1 {
|
||||||
input: [[{block="minecraft:end_stone"}, compass, {block="minecraft:end_stone"}]
|
input: [[{block="minecraft:end_stone"}, compass, {block="minecraft:end_stone"}]
|
||||||
["oc:circuitChip1", "oc:microcontrollerCase1", "oc:circuitChip1"]
|
["oc:circuitChip1", "oc:microcontrollerCase1", "oc:circuitChip1"]
|
||||||
@ -115,11 +119,11 @@ hdd3 {
|
|||||||
}
|
}
|
||||||
openOS {
|
openOS {
|
||||||
type: shapeless
|
type: shapeless
|
||||||
input: ["oc:floppy", book]
|
input: ["oc:floppy", "oc:manual"]
|
||||||
}
|
}
|
||||||
luaBios {
|
luaBios {
|
||||||
type: shapeless
|
type: shapeless
|
||||||
input: ["oc:eeprom", book]
|
input: ["oc:eeprom", "oc:manual"]
|
||||||
}
|
}
|
||||||
graphicsCard1 {
|
graphicsCard1 {
|
||||||
input: [["oc:circuitChip1", "oc:materialALU", "oc:ram1"]
|
input: [["oc:circuitChip1", "oc:materialALU", "oc:ram1"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user