Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/polished_granite.json
2020-07-20 00:21:55 +08:00

18 lines
232 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:stone",
"data": 1
}
},
"result": {
"item": "minecraft:stone",
"data": 2,
"count": 4
}
}