AOF6-Vocality/kubejs/data/mininggadgets/recipes/upgrade_empty.json
2023-03-02 15:41:30 -06:00

25 lines
408 B
JSON

{
"type": "minecraft:crafting_shaped",
"key": {
"d": {
"tag": "c:gems/diamond"
},
"g": {
"tag": "c:glass_panes"
},
"l": {
"tag": "c:gems/lapis"
},
"r": {
"tag": "c:dusts/redstone"
}
},
"pattern": [
"rlr",
"dgd",
"rlr"
],
"result": {
"item": "mininggadgets:upgrade_empty"
}
}