25 lines
387 B
JSON
25 lines
387 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"LLL",
|
|
"eRe",
|
|
"RIR"
|
|
],
|
|
"key": {
|
|
"e": {
|
|
"tag": "forge:gems/emerald"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone_block"
|
|
},
|
|
"I": {
|
|
"item": "minecraft:iron_block"
|
|
},
|
|
"L": {
|
|
"item": "minecraft:lapis_block"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "mquarry:upgrade_fortune"
|
|
}
|
|
} |