mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
30 lines
467 B
JSON
Vendored
30 lines
467 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:spruce_fence"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"W#W",
|
|
"W#W"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"W": {
|
|
"item": "minecraft:planks",
|
|
"data": 1
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:fence",
|
|
"data": 1,
|
|
"count": 3
|
|
}
|
|
}
|
|
}
|