File tree Expand file tree Collapse file tree 8 files changed +29
-24
lines changed Expand file tree Collapse file tree 8 files changed +29
-24
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.5.0 ] - 2024-03-27
8+ ## [ 0.5.1 ] - 2024-03-27
99
1010### Changed
1111
1212- Support LeviLamina 0.10.x
13+ - Add judgement in getEnderChest
14+
15+ ### Fixed
16+
17+ - Fix [ #76 ]
1318
1419## [ 0.4.15] - 2024-03-24
1520
@@ -215,8 +220,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
215220[ #72 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/72
216221[ #73 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/73
217222[ #74 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/74
223+ [ #76 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/76
218224
219- [ 0.5.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.15...v0.5.0
225+ [ 0.5.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.15...v0.5.1
220226[ 0.4.15 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.14...v0.4.15
221227[ 0.4.14 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.13...v0.4.14
222228[ 0.4.13 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.12...v0.4.13
Original file line number Diff line number Diff line change 44 "type" : " native" ,
55 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
66 "author" : " LiteLDev" ,
7- "version" : " 0.5.0 " ,
7+ "version" : " 0.5.1 " ,
88 "dependencies" : [
99 {
1010 "name" : " LegacyMoney"
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ LL_TYPE_INSTANCE_HOOK(
88 DBStorageHook,
99 HookPriority::Normal,
1010 DBStorage,
11- " ??0DBStorage@@QEAA@UDBStorageConfig@@V?$not_null@V?$"
12- " NonOwnerPointer@VLevelDbEnv@@@Bedrock@@@gsl@@@Z" ,
11+ " ??0DBStorage@@QEAA@UDBStorageConfig@@V?$not_null@V?$NonOwnerPointer@VLevelDbEnv@@@Bedrock@@@gsl@@@Z" ,
1312 DBStorage,
1413 struct DBStorageConfig & cfg,
1514 Bedrock::NotNullNonOwnerPtr<class LevelDbEnv >& dbEnv
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
1212 ]
1313 },
1414 "dependencies" : {
15- "gitea.litebds.com/LiteLDev/legacy-script-engine-lua" : " 0.5.0 " ,
16- "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" : " 0.5.0 "
15+ "gitea.litebds.com/LiteLDev/legacy-script-engine-lua" : " 0.5.1 " ,
16+ "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" : " 0.5.1 "
1717 }
1818}
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-lua" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Lua backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
1212 ]
1313 },
1414 "dependencies" : {
15- "github.com/LiteLDev/LegacyRemoteCall" : " 0.4 .x" ,
16- "github.com/LiteLDev/LegacyParticleAPI" : " 0.4 .x" ,
17- "github.com/LiteLDev/LegacyMoney" : " >=0.4.1 <0.5.0 "
15+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.5 .x" ,
16+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.5 .x" ,
17+ "github.com/LiteLDev/LegacyMoney" : " 0.5.x "
1818 },
1919 "prerequisites" : {
2020 "github.com/LiteLDev/LeviLamina" : " 0.10.x"
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with NodeJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
1212 ]
1313 },
1414 "dependencies" : {
15- "github.com/LiteLDev/LegacyRemoteCall" : " 0.4 .x" ,
16- "github.com/LiteLDev/LegacyParticleAPI" : " 0.4 .x" ,
17- "github.com/LiteLDev/LegacyMoney" : " >=0.4.1 <0.5.0 " ,
15+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.5 .x" ,
16+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.5 .x" ,
17+ "github.com/LiteLDev/LegacyMoney" : " 0.5.x " ,
1818 "gitea.litebds.com/ShrBox/7-zip" : " 23.x" ,
1919 "gitea.litebds.com/LiteLDev/node-binaries" : " 16.16.0"
2020 },
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-python" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Python backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
1212 ]
1313 },
1414 "dependencies" : {
15- "github.com/LiteLDev/LegacyRemoteCall" : " 0.4 .x" ,
16- "github.com/LiteLDev/LegacyParticleAPI" : " 0.4 .x" ,
17- "github.com/LiteLDev/LegacyMoney" : " >=0.4.1 <0.5.0 " ,
15+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.5 .x" ,
16+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.5 .x" ,
17+ "github.com/LiteLDev/LegacyMoney" : " 0.5.x " ,
1818 "gitea.litebds.com/LiteLDev/python-binaries" : " 3.10.11"
1919 },
2020 "prerequisites" : {
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with QuickJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
1212 ]
1313 },
1414 "dependencies" : {
15- "github.com/LiteLDev/LegacyRemoteCall" : " 0.4 .x" ,
16- "github.com/LiteLDev/LegacyParticleAPI" : " 0.4 .x" ,
17- "github.com/LiteLDev/LegacyMoney" : " >=0.4.1 <0.5.0 "
15+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.5 .x" ,
16+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.5 .x" ,
17+ "github.com/LiteLDev/LegacyMoney" : " 0.5.x "
1818 },
1919 "prerequisites" : {
2020 "github.com/LiteLDev/LeviLamina" : " 0.10.x"
You can’t perform that action at this time.
0 commit comments