File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.7] - 2025-05-20
11+
12+ ### Fixed
13+
14+ - Fixed ll.import and ll.export for nodejs engine (#270 ) @xiaoqch
15+ - Fixed ang.toFacing (#271 ) @xiaoqch
16+ - Fixed entity.speed and player.speed (#184 ) @xiaoqch
17+ - Fixed mc.deletePlayerNbt @xiaoqch
18+ - Improved logging in NodeJs plugin loading @xiaoqch
19+ - Fixed return type for invalid dimension in mc.getBlock @xiaoqch
20+
1021## [ 0.10.6] - 2025-04-27
1122
1223### Added
@@ -838,7 +849,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
838849[ #261 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/261
839850[ #264 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/264
840851
841- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...HEAD
852+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...HEAD
853+ [ 0.10.7 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.10.7
842854[ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
843855[ 0.10.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...v0.10.5
844856[ 0.10.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.3...v0.10.4
Original file line number Diff line number Diff line change 22 "format_version" : 3 ,
33 "format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
44 "tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
5- "version" : " 0.10.6 " ,
5+ "version" : " 0.10.7 " ,
66 "info" : {
77 "name" : " LegacyScriptEngine" ,
88 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44
55if is_config (" target_type" , " server" ) then
66 add_requires (" levilamina c59145f8bd574cfd181343590a56f0b30462764c" , {configs = {target_type = " server" }})
7+ add_requireconfs (" levilamina.bedrockdata" , {override = true , version = " 1.21.60.10-server" })
78else
89 add_requires (" levilamina c59145f8bd574cfd181343590a56f0b30462764c" , {configs = {target_type = " client" }})
910end
You can’t perform that action at this time.
0 commit comments