mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
29 lines
603 B
JSON
Vendored
29 lines
603 B
JSON
Vendored
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:candle"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"group": "candle",
|
|
"pattern": [
|
|
"S",
|
|
"H"
|
|
],
|
|
"key": {
|
|
"H": {
|
|
"item": "minecraft:honeycomb"
|
|
},
|
|
"S": {
|
|
"item": "minecraft:string"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:candle",
|
|
"count": 1
|
|
},
|
|
"priority": 1
|
|
}
|
|
} |