mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
25 lines
413 B
JSON
Vendored
25 lines
413 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:mossy_stonebrick"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:stonebrick",
|
|
"data": 0
|
|
},
|
|
{
|
|
"item": "minecraft:vine"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:stonebrick",
|
|
"data": 1
|
|
}
|
|
}
|
|
}
|