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

66 lines
1.5 KiB
JSON

{
"processor": "de.ellpeck.naturesaura.compat.patchouli.ProcessorAnimalSpawner",
"components": [
{
"type": "item",
"item": "#input1",
"x": 12,
"y": 100
},
{
"type": "item",
"item": "#input2",
"x": 36,
"y": 100
},
{
"type": "item",
"item": "#input3",
"x": 60,
"y": 100
},
{
"type": "item",
"item": "#input4",
"x": 84,
"y": 100
},
{
"type": "entity",
"entity": "#entity",
"x": 56,
"y": 60,
"render_size": 60
},
{
"type": "image",
"image": "naturesaura:textures/gui/patchouli/elements.png",
"x": 8,
"y": 10,
"u": 0,
"v": 131,
"width": 96,
"height": 110
},
{
"type": "header",
"text": "#name",
"x": -1,
"y": 0
},
{
"type": "text",
"text": "#text",
"x": 0,
"y": 122
},
{
"type": "item",
"item": "#egg",
"x": 0,
"y": 0,
"link_recipe": true,
"group": "seekrit"
}
]
}