28 lines
437 B
JSON
28 lines
437 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"NNN",
|
|
"TST",
|
|
"GBG"
|
|
],
|
|
"key": {
|
|
"N": {
|
|
"tag": "forge:gems/emerald"
|
|
},
|
|
"G": {
|
|
"tag": "forge:ingots/gold"
|
|
},
|
|
"T": {
|
|
"item": "librecomponents:cpu_tier_3"
|
|
},
|
|
"S": {
|
|
"item": "oc2:silicon_wafer"
|
|
},
|
|
"B": {
|
|
"item": "oc2:circuit_board"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "librecomponents:cpu_tier_4"
|
|
}
|
|
}
|