NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/en_us/templates/altar.json

54 lines
1.2 KiB
JSON
Raw Normal View History

{
"processor": "de.ellpeck.naturesaura.compat.patchouli.ProcessorAltar",
"components": [
{
"type": "item",
"item": "#input",
"x": 24,
"y": 26
},
{
"type": "item",
"item": "#output",
"x": 76,
"y": 26,
"link_recipe": true
},
{
2018-10-31 01:17:58 +01:00
"group": "catalyst",
"type": "item",
"item": "#catalyst",
"x": 50,
"y": 28
},
{
"group": "altar",
"type": "item",
"item": "naturesaura:nature_altar",
"x": 50,
"y": 26
},
{
"type": "image",
"image": "naturesaura:textures/gui/patchouli/elements.png",
"x": 20,
"y": 13,
"u": 0,
"v": 0,
"width": 75,
"height": 44
},
{
"type": "header",
"text": "#name",
"x": -1,
"y": 0
},
{
"type": "text",
"text": "#text",
"x": 0,
"y": 63
}
]
}