28 lines
419 B
JSON
28 lines
419 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"III",
|
|
"TST",
|
|
"CBC"
|
|
],
|
|
"key": {
|
|
"I": {
|
|
"tag": "forge:ingots/iron"
|
|
},
|
|
"C": {
|
|
"tag": "forge:ingots/copper"
|
|
},
|
|
"T": {
|
|
"item": "oc2r:transistor"
|
|
},
|
|
"S": {
|
|
"item": "oc2r:silicon_wafer"
|
|
},
|
|
"B": {
|
|
"item": "oc2r:circuit_board"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "oc2ls:cpu_tier_1"
|
|
}
|
|
}
|