NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/zh_cn/templates/offering.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

46 lines
1 KiB
JSON

{
"processor": "de.ellpeck.naturesaura.compat.patchouli.ProcessorOffering",
"components": [
{
"type": "image",
"image": "naturesaura:textures/gui/patchouli/elements.png",
"x": 16,
"y": 13,
"u": 92,
"v": 0,
"width": 84,
"height": 38
},
{
"type": "item",
"item": "#input",
"x": 20,
"y": 31
},
{
"type": "item",
"item": "#output",
"x": 80,
"y": 31,
"link_recipe": true
},
{
"type": "item",
"item": "#start",
"x": 48,
"y": 17
},
{
"type": "header",
"text": "#name",
"x": -1,
"y": 0
},
{
"type": "text",
"text": "#text",
"x": 0,
"y": 63
}
]
}