Skip to content

Releases: LiteLDev/LegacyScriptEngine

v0.11.2

01 Jun 11:12
51fa3a2
Compare
Choose a tag to compare

Fixed

v0.10.9

01 Jun 11:10
2c163cc
Compare
Choose a tag to compare

Added

  • Added ll.pluginsRoot and ll.getCurrentPluginInfo apis @xiaoqch

Changed

Fixed

  • Fixed compatibility with custom mods directory @xiaoqch
  • Fixed ll.getPluginInfo fails to get current plugin info during loading @xiaoqch
  • Fixed onPlaceBlock [#242] @ShrBox

v0.11.1

31 May 10:20
7b3beee
Compare
Choose a tag to compare

Added

  • Added ll.pluginsRoot and ll.getCurrentPluginInfo apis @xiaoqch

Changed

  • Updated LeviLamina to 1.2.0
  • Updated ScriptX to fix v8 backend issue [#277] @ShrBox
  • Refactored onAte event (#279) @killcerr

Fixed

  • Fixed compatibility with custom mods directory @xiaoqch
  • Fixed ll.getPluginInfo fails to get current plugin info during loading @xiaoqch

v0.10.8

22 May 03:42
09020e2
Compare
Choose a tag to compare

Changed

  • Update LeviLamina to 1.1.2

Fixed

  • Fixed mc.getPlayerScore [#273]
  • Fixed network.httpGet [#269]

v0.11.0

20 May 07:00
498f267
Compare
Choose a tag to compare

Changed

  • Refactored GUI API
  • Support LeviLamina 1.2.0-rc.2

Fixed

  • Fixed ll.import and ll.export for nodejs engine (#270) @xiaoqch
  • Fixed ang.toFacing (#271) @xiaoqch
  • Fixed entity.speed and player.speed (#184) @xiaoqch
  • Fixed mc.deletePlayerNbt @xiaoqch
  • Improved logging in NodeJs plugin loading @xiaoqch
  • Fixed return type for invalid dimension in mc.getBlock @xiaoqch

v0.10.7

20 May 06:40
a1e4fd4
Compare
Choose a tag to compare

Fixed

  • Fixed ll.import and ll.export for nodejs engine (#270) @xiaoqch
  • Fixed ang.toFacing (#271) @xiaoqch
  • Fixed entity.speed and player.speed (#184) @xiaoqch
  • Fixed mc.deletePlayerNbt @xiaoqch
  • Improved logging in NodeJs plugin loading @xiaoqch
  • Fixed return type for invalid dimension in mc.getBlock @xiaoqch

v0.10.6

27 Apr 11:49
71313ed
Compare
Choose a tag to compare

Added

Fixed

v0.10.5

13 Apr 12:42
8766e88
Compare
Choose a tag to compare

Fixed

  • Fixe param of onBlockExploded event callback [#264] @xiaoqch

v0.10.4

12 Apr 05:49
6cd4592
Compare
Choose a tag to compare

Fixed

v0.10.3

23 Mar 06:34
623e637
Compare
Choose a tag to compare

Fixed