Files
minecraft-assets/data/minecraft/recipes/polished_grimstone.json
2021-02-17 20:03:50 +00:00

16 lines
227 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:grimstone"
}
},
"result": {
"item": "minecraft:polished_grimstone",
"count": 4
}
}