mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
27 lines
434 B
JSON
Vendored
27 lines
434 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:smoker"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
" # ",
|
|
"#F#",
|
|
" # "
|
|
],
|
|
"key": {
|
|
"F": {
|
|
"item": "minecraft:furnace"
|
|
},
|
|
"#": {
|
|
"tag": "minecraft:logs"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:smoker"
|
|
},
|
|
"priority": -1
|
|
}
|
|
}
|