version bump and make hermes on a pattern not inc depth
This commit is contained in:
parent
bd0fda3b3a
commit
d8412cfd11
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,9 @@ object OpEval : Operator {
|
||||||
val datum = stack.removeLast()
|
val datum = stack.removeLast()
|
||||||
val instrs = evaluatable(datum, 0)
|
val instrs = evaluatable(datum, 0)
|
||||||
|
|
||||||
|
instrs.ifRight {
|
||||||
ctx.incDepth()
|
ctx.incDepth()
|
||||||
|
}
|
||||||
|
|
||||||
// if not installed already...
|
// if not installed already...
|
||||||
// also, never make a break boundary when evaluating just one pattern
|
// also, never make a break boundary when evaluating just one pattern
|
||||||
|
|
|
@ -8,7 +8,7 @@ modName=Hex Casting
|
||||||
|
|
||||||
minecraftVersion=1.18.2
|
minecraftVersion=1.18.2
|
||||||
kotlinVersion=1.6.21
|
kotlinVersion=1.6.21
|
||||||
modVersion=0.9.0
|
modVersion=0.9.1
|
||||||
|
|
||||||
paucalVersion=0.4.6
|
paucalVersion=0.4.6
|
||||||
patchouliVersion=69
|
patchouliVersion=69
|
||||||
|
|
Loading…
Reference in a new issue