NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/templates/tree_ritual.json
croteco b40bed2447
add Chinese translation to the guide book (#97)
* Add files via upload

* Update zh_cn.json
2020-03-27 20:27:26 +01:00

88 lines
1.9 KiB
JSON

{
"processor": "de.ellpeck.naturesaura.compat.patchouli.ProcessorTreeRitual",
"components": [
{
"type": "item",
"item": "#input1",
"x": 34,
"y": 14
},
{
"type": "item",
"item": "#input2",
"x": 34,
"y": 78
},
{
"type": "item",
"item": "#input3",
"x": 2,
"y": 46
},
{
"type": "item",
"item": "#input4",
"x": 66,
"y": 46
},
{
"type": "item",
"item": "#input5",
"x": 9,
"y": 21
},
{
"type": "item",
"item": "#input6",
"x": 59,
"y": 71
},
{
"type": "item",
"item": "#input7",
"x": 59,
"y": 21
},
{
"type": "item",
"item": "#input8",
"x": 9,
"y": 71
},
{
"type": "item",
"item": "#output",
"x": 98,
"y": 46,
"link_recipe": true
},
{
"type": "item",
"item": "#sapling",
"x": 34,
"y": 46
},
{
"type": "image",
"image": "naturesaura:textures/gui/patchouli/elements.png",
"x": -4,
"y": 10,
"u": 0,
"v": 44,
"width": 122,
"height": 88
},
{
"type": "header",
"text": "#name",
"x": -1,
"y": 0
},
{
"type": "text",
"text": "#text",
"x": 0,
"y": 100
}
]
}