25 lines
425 B
JSON
25 lines
425 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": ["ESE", "PUP", "EpE"],
|
|
"key": {
|
|
"E": {
|
|
"item": "etcetera:bismuth_ingot"
|
|
},
|
|
"S": {
|
|
"item": "numismatics:sun"
|
|
},
|
|
"P": {
|
|
"tag": "forge:ender_pearls"
|
|
},
|
|
"p": {
|
|
"item": "society:fire_quartz"
|
|
},
|
|
"U": {
|
|
"item": "refinedstorage:upgrade"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "refinedstorage:range_upgrade"
|
|
}
|
|
}
|