mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
26 lines
516 B
JSON
Vendored
26 lines
516 B
JSON
Vendored
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:Chest_recipeId"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AAA",
|
|
"A A",
|
|
"AAA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"tag": "minecraft:planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "chest",
|
|
"count": 1
|
|
},
|
|
"priority": -1
|
|
}
|
|
} |