oc2r-low-spec/src/main/resources/data/oc2ls/recipes/cpu_tier_1.json
2026-02-07 22:47:15 +08:00

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"
}
}