NaturesAura/src/main/resources/data/naturesaura/patchouli_books/book/fr_fr/templates/offering.json
Debucquoy Anthony tonitch f7fdc00f4b
French (#103)
* French Base

* Translate every items
2020-04-04 23:22:52 +02:00

46 lines
993 B
JSON

{
"processor": "de.ellpeck.naturesaura.compat.patchouli.ProcessorOffering",
"components": [
{
"type": "image",
"image": "naturesaura:textures/gui/patchouli/elements.png",
"x": 16,
"y": 13,
"u": 92,
"v": 0,
"width": 84,
"height": 38
},
{
"type": "item",
"item": "#input",
"x": 20,
"y": 31
},
{
"type": "item",
"item": "#output",
"x": 80,
"y": 31,
"link_recipe": true
},
{
"type": "item",
"item": "#start",
"x": 48,
"y": 17
},
{
"type": "header",
"text": "#name",
"x": -1,
"y": 0
},
{
"type": "text",
"text": "#text",
"x": 0,
"y": 63
}
]
}