HexCasting/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/circle.json
Talia-12 4d4262aeff fixed some doc stuff
(cherry picked from commit b09e7a1ff45fbf7e43f10551cd9e99ff4bbc1059)
2023-06-15 01:03:36 +10:00

47 lines
1.3 KiB
JSON

{
"name": "hexcasting.entry.circle_patterns",
"category": "hexcasting:patterns",
"icon": "hexcasting:impetus/empty",
"sortnum": 13,
"advancement": "hexcasting:enlightenment",
"entry_color": "54398a",
"pages": [
{
"type": "patchouli:text",
"text": "hexcasting.page.circle_patterns.disclaimer"
},
{
"type": "hexcasting:pattern",
"op_id": "hexcasting:circle/impetus_pos",
"anchor": "hexcasting:circle/impetus_pos",
"input": "",
"output": "vector",
"text": "hexcasting.page.circle_patterns.circle/impetus_pos"
},
{
"type": "hexcasting:pattern",
"op_id": "hexcasting:circle/impetus_dir",
"anchor": "hexcasting:circle/impetus_dir",
"input": "",
"output": "vector",
"text": "hexcasting.page.circle_patterns.circle/impetus_dir"
},
{
"type": "hexcasting:pattern",
"op_id": "hexcasting:circle/bounds/min",
"anchor": "hexcasting:circle/bounds/min",
"input": "",
"output": "vector",
"text": "hexcasting.page.circle_patterns.circle/bounds/min"
},
{
"type": "hexcasting:pattern",
"op_id": "hexcasting:circle/bounds/max",
"anchor": "hexcasting:circle/bounds/max",
"input": "",
"output": "vector",
"text": "hexcasting.page.circle_patterns.circle/bounds/max"
}
]
}