Skip to content

v1.2.6

Compare
Choose a tag to compare
@WingedSeal WingedSeal released this 09 Nov 10:53
· 589 commits to main since this release

Changelog v1.2.6

✨Added:

  • Add Raycast.simple
Raycast.simple(
    onHit=()=>{
        summon minecraft:creeper ~ ~ ~ {ignited:1b, Fuse:1s}
        tellraw @a "BOOM!";
    },
    onStep=()=>{
        particle crit ~ ~ ~ 0 0 0 0 1;
    },
    interval=0.1,
    maxIter=1000,
    boxSize=0.001,
    target=@e,
    stopAtEntity=true,
    stopAtBlock=true,
    runAtEnd=true
);

🔧Fix:

  • Fix Particle accepting spread 0
  • Fix comment behaving weirdly
  • Fix IndexOutOfRange when there's nothing after operator
  • Fix token before operator not throwing error
  • Fix allowing invalid chars in function name
  • Fix unexpected token in condition not raising error
  • Fix minor typo (In logic gate)
  • Fix error message showing wrong line
  • Fix error message showing wrong line in Hardcode.repeat

🎉Change:

  • Allow Recipe.custom without result