Files
minecraft-assets/assets/minecraft/recipes/mossy_stonebrick.json
2017-06-07 14:57:21 +00:00

16 lines
237 B
JSON

{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:stonebrick",
"data": 0
},
{
"item": "minecraft:vine"
}
],
"result": {
"item": "minecraft:stonebrick",
"data": 1
}
}