|
|
|
@ -629,6 +629,40 @@ return {
|
|
|
|
|
'minecraft:iron_ingot;0', 'minecraft:redstone;0', 'minecraft:iron_ingot;0',
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
-- Screen (Tier 2)
|
|
|
|
|
['opencomputers:screen2;0'] = {
|
|
|
|
|
result = 'opencomputers:screen2;0',
|
|
|
|
|
count = 1,
|
|
|
|
|
requires = {
|
|
|
|
|
['minecraft:gold_ingot;0'] = 4,
|
|
|
|
|
['opencomputers:material;8'] = 1, -- Microchip (Tier 2)
|
|
|
|
|
['minecraft:glass;0'] = 1,
|
|
|
|
|
['minecraft:dye;1'] = 1,
|
|
|
|
|
['minecraft:dye;2'] = 1,
|
|
|
|
|
['minecraft:dye;4'] = 1,
|
|
|
|
|
},
|
|
|
|
|
shape = {
|
|
|
|
|
'minecraft:gold_ingot;0', 'minecraft:dye;1', 'minecraft:gold_ingot;0',
|
|
|
|
|
'minecraft:dye;2', 'opencomputers:material;8', 'minecraft:glass;0',
|
|
|
|
|
'minecraft:gold_ingot;0', 'minecraft:dye;4', 'minecraft:gold_ingot;0',
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
-- Screen (Tier 3)
|
|
|
|
|
['opencomputers:screen3;0'] = {
|
|
|
|
|
result = 'opencomputers:screen3;0',
|
|
|
|
|
count = 1,
|
|
|
|
|
requires = {
|
|
|
|
|
['minecraft:obsidian;0'] = 4,
|
|
|
|
|
['minecraft:glowstone_dust;0'] = 3,
|
|
|
|
|
['opencomputers:material;9'] = 1, -- Microchip (Tier 3)
|
|
|
|
|
['minecraft:glass;0'] = 1,
|
|
|
|
|
},
|
|
|
|
|
shape = {
|
|
|
|
|
'minecraft:obsidian;0', 'minecraft:glowstone_dust;0', 'minecraft:obsidian;0',
|
|
|
|
|
'minecraft:glowstone_dust;0', 'opencomputers:material;9', 'minecraft:glass;0',
|
|
|
|
|
'minecraft:obsidian;0', 'minecraft:glowstone_dust;0', 'minecraft:obsidian;0',
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
-- Graphics Card (Tier 1)
|
|
|
|
|
['opencomputers:card;1'] = {
|
|
|
|
|