NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/templates/animal_spawner.json
2021-12-28 11:53:10 +01:00

66 lines
1.5 KiB
JSON

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