Skip to content

Commit cab7cc9

Browse files
committed
chore: update tooth.json
1 parent 74ddf19 commit cab7cc9

File tree

8 files changed

+29
-24
lines changed

8 files changed

+29
-24
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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"

src/legacy/api/MoreGlobal.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

tooth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -12,7 +12,7 @@
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
}

tooth.lua.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -12,9 +12,9 @@
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"

tooth.nodejs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -12,9 +12,9 @@
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
},

tooth.python.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -12,9 +12,9 @@
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": {

tooth.quickjs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -12,9 +12,9 @@
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"

0 commit comments

Comments
 (0)