mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
25 lines
484 B
JSON
Vendored
25 lines
484 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:stick"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"A",
|
|
"A"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"tag": "minecraft:planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "stick",
|
|
"count": 4
|
|
},
|
|
"priority": -1
|
|
}
|
|
} |