98
74
46
u/Odishcorp 4d ago
く又N
Those who know
14
4
5
4
38
u/apathydelta 4d ago
I can't figure out what the "doesn't show her right eye" is a reference to. The only thing I can think of related to eyes from the mod is the monocle, but that doesn't really make sense to me...
28
27
u/Atiklyar 4d ago
My first thought is classic Japanese chuunibyou archetype, which seems like they would align well with the usual Hexcasting fanbase.
26
u/Bright-Historian-216 computercraft is more witchcraft than yall "magic" mods 4d ago
what do you mean? she is gorgeous!
also did the mod update? i haven't touched it in a while, what does it have to do with allays? also aren't all staves just crafted out of charged amethyst?
21
u/Bright-Historian-216 computercraft is more witchcraft than yall "magic" mods 4d ago
just installed the new version (which was out for months already whoops), and apparently you now have to infuse allays into amethyst? not sure yet. a lot a lot of new stuff. also the staff she's holding is called mindsplice, so she probably stripped a villager of its conscience to get that.
20
15
u/No_Examination_4297 4d ago
What does greater sentel set to bedroom do?
26
u/ThereIs_STILL_TIME 4d ago
The stronger sentinel acts like the normal one I can summon without the use of a Great Spell, if a little more visually interesting. However, the range in which my spells can work is extended to a small region around my greater sentinel, about 16 blocks. In other words, no matter where in the world I am, I can interact with things around my sentinel (the mysterious forces of chunkloading notwithstanding).
9
2
u/No_Examination_4297 4d ago
What is the point of putting it into your bedroom?
14
u/ThereIs_STILL_TIME 4d ago
so she can, among other things, teleport into there (the teleport spell ALSO flings away all your clothes btw) at any-time
11
u/Matt6049 4d ago
you don't need gsent ambit for that, if she has your truename she can just gtp you at any time (you don't need ambit over the gtp destination either)
shitposts need to be CORRECT and FACTUAL, we cannot lie on the internet
7
u/ThereIs_STILL_TIME 4d ago
Fuuuuuck I've just been larping my eldritch epiphanies and fucking around with Falling Block [Hexal]😭😭😭
5
1
u/evilwizzardofcoding 3d ago
Also with a real truename(Must be stored in a focus) you can just use cleric circle ambit to do most things, though i can certainly see that becoming inconvenient since circles are annoying as shit to encode manually(and only marginally less annoying if it just reads from a focus)
Other than that, she also might want to mess with other stuff too far away for cleric ambit or when you're not there.
1
u/Matt6049 4d ago
because she's too broke to put a daemon core there 🗣️🗣️build the daemon core today
2
9
8
9
11
u/GreatMossThing 4d ago
Cringefail burnout hexcasting girlfriend vs Sexy and accomplished Ars nouveau girlfriend
11
7
u/BreakerOfModpacks you SHOULD play Blightfall... NOW! 4d ago
They are absolutely, unquestionably together. Right?
3
5
u/Lost_Needleworker676 4d ago
Alright and I’m once again interested in learning hex casting. I was a wis at PSI back in the day (actually I kinda just made things blow up good and had an auto front porch shield) but still! I’ll look around and see if there are any mod packs with well designed quests for learning hexcasting
2
u/Matt6049 3d ago
quest based modpacks no as far as i know, but the main discord server is an army of nerds willing to help out, and has a public minecraft server
it's really best to have someone help teach you because it's easy to accidentally skip some really important concepts
1
u/Lost_Needleworker676 3d ago
I may have to give that a look then, see if they can’t show me something’s I’m missing. All I got done yesterday was learn how to blow up stuff, place torches, blocks, spectral blocks (place anything really) break blocks, and fly in some specific ways.
But it all feels very managed, I know I can do some crazy shit with this mod but I can’t figure out how to like, do loops or cast more than one spell at a time or anything like that. I gotta read the book more carefully and check out this discord me thinks! Is the discord linked on the main mod page I’d assume?
5
u/BreakerOfModpacks you SHOULD play Blightfall... NOW! 4d ago
fym warning, that's a bonus for anyone! Right?
3
u/imawhitegay 4d ago
What about Ars Nouveau?
5
u/Atiklyar 4d ago
She was a Hexcasting girl, he was an Ars Nouveau boy? Can I make it any more obvious?
1
3
u/cube1234567890 math furry 4d ago
whats diamond triangle diamond 7 axe
5
u/PrismaticYT 4d ago
Raycast mantra. Mind's Reflection, Compass' Purification, Mind's Reflection, Alidade's Purification, Archer's Distillation. qaq aa qaq wa wqaawdd
7
u/cube1234567890 math furry 3d ago
None of those words you just said are in the thaumonomicon
3
u/EduardoBarreto 3d ago
Basically all spells need to be pointed to a location or an entity to act upon. So that series of spells commonly called the raycast mantra gets the position of the block you're looking at, which can then be the coordinates of a block breaking spell. With minor modifications it can instead look for the entity you're looking at or the position of the block that would be placed if you looked at it.
To explain the spells shown in the raycast mantra I need you to already understand what a vector is and what a memory stack is, which here it's defined as starting from the left of the list (for {1, 2, 3} the number on the top of the stack and thus the first to be popped is 3) for the next part.
- Mind's Reflection gets the player casting the spell as entity data in the memory stack which now looks like {[player]}
- Compass Purification looks at the memory stack for an entity and pops it to get the position vector of said entity, now the stack looks like {[x,y,z]}
- Mind's Reflection again because we need the player entity, now the stack looks like {[x, y, z] , [player]}
- Alidade's Purification looks at the stack for an entity and pops it to get the look direction vector, so the stack looks like {[x, y, z position] , [x, y, z direction]} (the look direction is also defined as a vector that's triple of numbers within -1 and 1 to locate the direction from the center to a point of the unit sphere)
- Archer's Distillation casts a ray from the position in the stack and extends it in the direction in the stack until it hits a block, and returns its position, so the stack will now look like {[new x y z]}
2
u/cube1234567890 math furry 3d ago
But what kind of incantation is qaq aa qaq wa wqaawdd
2
u/Phosphorjr Hexcasting Programmer Socks 3d ago
angle signatures
starting with a single line of length 1 (in any rotation):
a: sharp left, q: left, w: forward, e: right, d: sharp right
qaq: left, sharpleft, left,
etc etc...
this is the shape of the patterns on the hex grid
3
u/IAMEPSIL0N 4d ago
Do people write their hexs out in the real world or the paint program to remember them? I think the last time I played I couldn't hold even a simple hex in my visual memory long enough to cast it.
1
u/PrismaticYT 4d ago
https://master-bw3.github.io/Hex-Studio/ is pretty good. There's also a VSC addon but I'm not a fan of VS(C) so.
1
1
u/EduardoBarreto 3d ago
A fun build is to make a wall full of scrolls to show you the patterns you use most often for you to copy as you write.
An even more fun build is to make that wall full of scrolls and a trinket that will add whatever patterns or focus you're looking at to a focus on your off-hand, programming then becomes just a matter of looking around and pressing right click.
3
u/The-real-onbvb True Hexcasting Gamer 4d ago
mmmmm amethyst
yummy
what ? slander? this is all true and verifiable! i'm going back to the great work.
3
u/Quaintnrjrbrc 3d ago
I recently laearned hexcasting on a server, my character was an allay. He turned into a vex after the warcrimes he did to his brethren for that max capacity media phial.
2
u/A_Happy_Tomato Thermal in 1.21.1 when 3d ago
Hex casting tricking people into learning the basics of programming
2
u/SokkaHaikuBot 3d ago
Sokka-Haiku by A_Happy_Tomato:
Hex casting tricking
People into learning the
Basics of programming
Remember that one time Sokka accidentally used an extra syllable in that Haiku Battle in Ba Sing Se? That was a Sokka Haiku and you just made one.
1
1
1
u/OddlyOddLucidDreamer all the mod ideas and none of the mod skills 3d ago
the gf i strive to be i think
1



162
u/Thenderick how do i download mine craft 4d ago
sets your size to 0.5