Files
IMoO/recipes_old/granite.json
T
2022-01-24 20:17:51 +03:00

25 lines
396 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:granite"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:stone",
"data": 3
},
{
"item": "minecraft:quartz"
}
],
"result": {
"item": "minecraft:stone",
"data": 1
}
}
}