v1.2.15-alpha
WingedSeal
released this
01 Aug 16:44
·
289 commits
to main
since this release
Changelog v1.2.15-alpha
✨Added:
- Add
Particle.square
(@Nico314159) - Add
Particle.cube
(@Nico314159) - Add
Particle.helix
(alias for spiral) (@Nico314159) - Add
Particle.sphere
(@Nico314159) - Add
JMC.python
JMC.python(pythonCode: string, env: string = "");
JMC.python(`
emit("say hi")
`, "main");
- Add Null Coalescing operator (
??=
) (If null, set to) (@Nico314159)
$a ??= 5;
- Add
#override my_custom_namespace
(Works like old#override_minecraft
) (@Nico314159) - Implement
TextProp.HoverText
(@Nico314159) - Implement
TextProp.clickURL
(@Nico314159) - Implement
TextProps
versions of hoverText & URL (@Nico314159) - Implement
TextProp.suggestCommand
(@Nico314159) - Implement
TextProp.clipboard
(@Nico314159) - Implement
TextProp.font
(@Nico314159) - Implement
TextProp.keybind
(@Nico314159) - Implement
TextProp.hoverItem
(@Nico314159) - Implement
TextProp.hoverEntity
(@Nico314159) - Implement
TextProp.nbt
(@Nico314159) - Implement
TextProp.clickPage
(@Nico314159) - Add "interpret" to properties (@Nico314159)
🔧Fix:
- Fix absolute path in config causing unhandled error
- Fix
=-1
not working the same way as= -1
in arguments - Fix
Math.sqrt
not working - Fix obj:selector in first value of comparasion in condition not working
- Fix issue where
dark_blue
was not accepted as a color (@Nico314159)
🎉Change:
- Update
execute
to latest mc version - Update commands to 23w16a
- Remove
#override_minecraft
, use#override minecraft
instead - Update
Item.createSign
for 1.19 & 1.20 (@Nico314159)