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

60 lines
1.4 KiB
JSON

{
"processor": "de.ellpeck.naturesaura.compat.patchouli.ProcessorAltar",
"components": [
{
"type": "patchouli:item",
"item": "#input",
"x": 14,
"y": 26
},
{
"type": "patchouli:item",
"item": "#output",
"x": 82,
"y": 26,
"link_recipe": true
},
{
"group": "catalyst",
"type": "patchouli:item",
"item": "#catalyst",
"x": 36,
"y": 26
},
{
"type": "patchouli:item",
"item": "#type",
"x": 58,
"y": 26
},
{
"group": "altar",
"type": "patchouli:item",
"item": "naturesaura:nature_altar",
"x": 36,
"y": 26
},
{
"type": "patchouli:image",
"image": "naturesaura:textures/gui/patchouli/elements.png",
"x": 10,
"y": 13,
"u": 0,
"v": 0,
"width": 91,
"height": 44
},
{
"type": "patchouli:header",
"text": "#name",
"x": -1,
"y": 0
},
{
"type": "patchouli:text",
"text": "#text",
"x": 0,
"y": 63
}
]
}