minecraft-src/data/minecraft/recipe/grindstone.json
2025-07-04 01:41:11 +03:00

23 lines
No EOL
342 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:planks"
},
"-": {
"item": "minecraft:stone_slab"
},
"I": {
"item": "minecraft:stick"
}
},
"pattern": [
"I-I",
"# #"
],
"result": {
"count": 1,
"id": "minecraft:grindstone"
}
}