NaturesAura/src/main/resources/assets/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": [
{
2021-12-28 11:53:10 +01:00
"type": "patchouli:item",
"item": "#input",
2020-02-25 22:57:10 +01:00
"x": 14,
"y": 26
},
{
2021-12-28 11:53:10 +01:00
"type": "patchouli:item",
"item": "#output",
2020-02-25 22:57:10 +01:00
"x": 82,
"y": 26,
"link_recipe": true
},
{
2018-10-31 01:17:58 +01:00
"group": "catalyst",
2021-12-28 11:53:10 +01:00
"type": "patchouli:item",
2018-10-31 01:17:58 +01:00
"item": "#catalyst",
"x": 48,
2020-02-25 22:57:10 +01:00
"y": 26
2018-10-31 01:17:58 +01:00
},
{
"group": "altar",
2021-12-28 11:53:10 +01:00
"type": "patchouli:item",
"item": "naturesaura:nature_altar",
"x": 48,
"y": 26
},
{
2021-12-28 11:53:10 +01:00
"type": "patchouli:image",
"image": "naturesaura:textures/gui/patchouli/elements.png",
2020-02-25 22:57:10 +01:00
"x": 10,
"y": 13,
"u": 0,
"v": 0,
2020-02-25 22:57:10 +01:00
"width": 91,
"height": 44
},
{
2021-12-28 11:53:10 +01:00
"type": "patchouli:header",
"text": "#name",
"x": -1,
"y": 0
},
{
2021-12-28 11:53:10 +01:00
"type": "patchouli:text",
"text": "#text",
"x": 0,
"y": 63
}
]
}