22 lines
321 B
JSON
22 lines
321 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"EGE",
|
|
"EPE",
|
|
"EGE"
|
|
],
|
|
"key": {
|
|
"E": {
|
|
"item": "etcetera:bismuth_ingot"
|
|
},
|
|
"G": {
|
|
"tag": "forge:glass"
|
|
},
|
|
"P": {
|
|
"item": "minecraft:gold_block"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "refinedstorage:upgrade"
|
|
}
|
|
} |