19 lines
289 B
JSON
19 lines
289 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"EEE",
|
|
"ECE",
|
|
"EEE"
|
|
],
|
|
"key": {
|
|
"E": {
|
|
"item": "etcetera:bismuth_ingot"
|
|
},
|
|
"C": {
|
|
"item": "refinedstorage:network_card"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "refinedstorage:security_card"
|
|
}
|
|
} |