init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
"type": "patchouli:header",
|
||||
"text": "#rite_name",
|
||||
"centered": true,
|
||||
"x": -1,
|
||||
"y": -1
|
||||
},
|
||||
{
|
||||
"type": "patchouli:separator",
|
||||
"x": -1,
|
||||
"y": -1
|
||||
},
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "#text",
|
||||
"x": 0,
|
||||
"y": 22
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
"type": "patchouli:header",
|
||||
"text": "Magic Circle",
|
||||
"centered": true,
|
||||
"x": -1,
|
||||
"y": -1
|
||||
},
|
||||
{
|
||||
"type": "patchouli:separator",
|
||||
"x": -1,
|
||||
"y": -1
|
||||
},
|
||||
{
|
||||
"type": "patchouli:custom",
|
||||
"class": "net.favouriteless.enchanted.patchouli.components.RiteRequirementsComponent",
|
||||
"x": 58,
|
||||
"y": 75,
|
||||
"rite": "#rite",
|
||||
"itemsFirstCircle": 5,
|
||||
"startRadius": 13,
|
||||
"scale": 0.6
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user