This commit is contained in:
2026-01-02 14:53:38 +01:00
commit 1b961c0df8
3634 changed files with 547921 additions and 0 deletions

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}