repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mediaweave tying docs

+25
+25
project/hexic/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/addon/hexic/mediaweavecollar.json
··· 1 + { 2 + "name": "Mediaweave Tying", 3 + "category": "hexcasting:patterns", 4 + "icon": "minecraft:string", 5 + "pages": [ 6 + "Often, it would be convenient to keep some items whenever my $(l:https://minecraft.wiki/w/Death)body is destroyed and reformed/$. Most items I cannot keep without special means, but the structure of $(item)$(l:hexcasting:addon/hexic/mediaweave)mediaweave/$ allows me to easily secure it to my $(media)Self/$. Tied mediaweave cannot be removed by any magical or nonmagical means until untied.", 7 + "Specifically, tied mediaweave differs in the following ways:$(li)I cannot willingly remove it from my neck or replace it.$(li)It will be destroyed and reformed with my body instead of being left behind.$(li)I believe that tied mediaweave may even be safe from $(l:https://minecraft.wiki/w/Commands/clear)divine influence/$…$(br2)Nature seems to take offense to the idea of tying or untying another's mediaweave.", 8 + { 9 + "type": "hexcasting:pattern", 10 + "anchor": "hexic:collar", 11 + "op_id": "hexic:collar", 12 + "input": "", 13 + "output": "", 14 + "text": "Ties the mediaweave I am currently wearing. Costs a shard if it succeeds, or nothing if it didn't (I am either not wearing a mediaweave, or it is already tied)." 15 + }, 16 + { 17 + "type": "hexcasting:pattern", 18 + "anchor": "hexic:decollar", 19 + "op_id": "hexic:decollar", 20 + "input": "", 21 + "output": "", 22 + "text": "Unties the mediaweave I am currently wearing. Costs a shard if it succeeds, or nothing if it didn't (I am either not wearing a mediaweave, or it is not tied)." 23 + } 24 + ] 25 + }