mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
27 lines
454 B
JSON
Vendored
27 lines
454 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:barrel_with_tag"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"#-#",
|
|
"# #",
|
|
"#-#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"-": {
|
|
"tag": "minecraft:wooden_slabs"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:barrel"
|
|
},
|
|
"priority": -1
|
|
}
|
|
}
|