Files
minecraft-assets/data/minecraft/recipe/coarse_dirt.json
2024-05-29 18:31:30 +02:00

20 lines
290 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"D": {
"item": "minecraft:dirt"
},
"G": {
"item": "minecraft:gravel"
}
},
"pattern": [
"DG",
"GD"
],
"result": {
"count": 4,
"id": "minecraft:coarse_dirt"
}
}