Search found 36 matches

by beholderface
Thu Jan 25, 2024 9:04 am
Forum: Akashic Records
Topic: Addon-Free Budding Harvest
Replies: 1
Views: 3992

Addon-Free Budding Harvest

A (relatively) simple hex that breaks all the full-grown clusters on the target Budding Amethyst block, while ignoring other blocks such as immature crystals and other budding. Designed for the 1.20.1 beta versions, should also work in 1.19.2. Confirmed to also work with Spectrum's various budding c...
by beholderface
Tue Oct 24, 2023 3:06 am
Forum: Akashic Records
Topic: Tunnelling Wisp
Replies: 0
Views: 6845

Tunnelling Wisp

A wisp that will dig tunnels for you. Casting without sneaking will send it off in your look direction, casting while sneaking will send it tunneling into the block you were targeting. Say "ABORT" (or whatever command you choose to embed within it) prefixed with your Sifter's string to tel...
by beholderface
Sat Sep 30, 2023 6:09 pm
Forum: Akashic Records
Topic: WOaH - WispOS at Home (Modular Wisp System)
Replies: 0
Views: 6891

WOaH - WispOS at Home (Modular Wisp System)

This hex is designed to provide you the benefits of several permanent wisps while only taking up one wisp's execution and upkeep cost. It can cast just about anything a normal wisp can, though it's no good for keeping data between iterations without using external storage, and you need to be conside...
by beholderface
Wed Aug 30, 2023 9:36 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47530

Re: Macro Megathread

Cubic Exaltation Vec, Vec, Vec → Bool Takes three position vectors, returns a bool based on whether the first one is inside of (or exactly at the edge of) a cuboid defined by the second and third ones. Consumes three meta-evals. Edit: New version because I forgot to test it when you have anything o...
by beholderface
Sun Aug 27, 2023 2:23 am
Forum: Akashic Records
Topic: Version-Agnostic Knitting Needle
Replies: 0
Views: 6190

Version-Agnostic Knitting Needle

A knitting needle hex that works in the most recent versions hexcasting versions for both 1.18.2 and 1.19.2 (as well as a 1.20.1 beta that I have in a Prism Launcher instance, though I can't guarantee that it'll work in the full release). Created more as a proof-of-concept than something particularl...
by beholderface
Tue Aug 15, 2023 11:42 pm
Forum: Akashic Records
Topic: Hexarang
Replies: 1
Views: 1528

Re: Hexarang

Don't move *too* much while the wisp is coming back, or the wisp may end up releasing the item(s) before you actually pick them up.
by beholderface
Tue Aug 15, 2023 11:31 pm
Forum: Akashic Records
Topic: Hexarang
Replies: 1
Views: 1528

Hexarang

A hex that mimics the functionality of the Pickarang from Quark. Requires Hexal. Fires a projectile wisp which either breaks the block it hit or produces a safe explosion at the feet of the entity it hit, and then summons a cyclic wisp which returns to you and disappears. If the initial projectile h...
by beholderface
Mon Aug 14, 2023 10:26 pm
Forum: Akashic Records
Topic: Pseudo-GTP
Replies: 2
Views: 1859

Pseudo-GTP

This hex uses a series of gate jumps to teleport you to arbitrary coordinates with zero risk of item spillage. The hex presented here reads from chat to get your target coordinates, but once you have those target coords it doesn't care where you got them, so it should be easy to modify it in order t...
by beholderface
Mon Aug 14, 2023 10:09 pm
Forum: Akashic Records
Topic: Macro Megathread
Replies: 46
Views: 47530

Re: Macro Megathread

Cartographer's Purification Takes a string (formatted as "x,y,z", or "5,8,-2" for example) and converts it into a vector. [pat=wawqwawad dir=e] [pat=qa dir=e][pat=aqwaqa dir=e][pat=qwaeawq dir=nw][pat=aqwaq dir=e][pat=aawdd dir=e][pat=aqwaq dir=e][pat=aawdd dir=e][pat=aaeaa dir=...
by beholderface
Fri Jul 14, 2023 10:16 pm
Forum: Akashic Records
Topic: Recursive Recharge
Replies: 1
Views: 1082

Re: Recursive Recharge

Unrolled Recharge A version that uses halting loop unrolling instead of recursion in order to not worry about meta-eval, and as such can charge maxint phials without issue. Noticably more performance-intensive than the recursive version, so if you're not worrying about meta-eval and don't need to c...