mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
29 lines
469 B
JSON
Vendored
29 lines
469 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:fence_gate"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "wooden_fence_gate",
|
|
"pattern": [
|
|
"#W#",
|
|
"#W#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"W": {
|
|
"item": "minecraft:planks",
|
|
"data": 0
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:fence_gate"
|
|
}
|
|
}
|
|
}
|