Files
minecraft-assets/data/minecraft/recipe/coarse_dirt.json
2025-02-19 18:31:59 +01:00

16 lines
246 B
JSON

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