Skip to content

Commit

Permalink
chore: update tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Mar 27, 2024
1 parent 74ddf19 commit cab7cc9
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 24 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2024-03-27
## [0.5.1] - 2024-03-27

### Changed

- Support LeviLamina 0.10.x
- Add judgement in getEnderChest

### Fixed

- Fix [#76]

## [0.4.15] - 2024-03-24

Expand Down Expand Up @@ -215,8 +220,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#72]: https://github.com/LiteLDev/LegacyScriptEngine/issues/72
[#73]: https://github.com/LiteLDev/LegacyScriptEngine/issues/73
[#74]: https://github.com/LiteLDev/LegacyScriptEngine/issues/74
[#76]: https://github.com/LiteLDev/LegacyScriptEngine/issues/76

[0.5.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.15...v0.5.0
[0.5.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.15...v0.5.1
[0.4.15]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.14...v0.4.15
[0.4.14]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.13...v0.4.14
[0.4.13]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.12...v0.4.13
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "native",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"version": "0.5.0",
"version": "0.5.1",
"dependencies": [
{
"name": "LegacyMoney"
Expand Down
3 changes: 1 addition & 2 deletions src/legacy/api/MoreGlobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ LL_TYPE_INSTANCE_HOOK(
DBStorageHook,
HookPriority::Normal,
DBStorage,
"??0DBStorage@@QEAA@UDBStorageConfig@@V?$not_null@V?$"
"NonOwnerPointer@VLevelDbEnv@@@Bedrock@@@gsl@@@Z",
"??0DBStorage@@QEAA@UDBStorageConfig@@V?$not_null@V?$NonOwnerPointer@VLevelDbEnv@@@Bedrock@@@gsl@@@Z",
DBStorage,
struct DBStorageConfig& cfg,
Bedrock::NotNullNonOwnerPtr<class LevelDbEnv>& dbEnv
Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
"version": "0.5.0",
"version": "0.5.1",
"info": {
"name": "LegacyScriptEngine",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,7 +12,7 @@
]
},
"dependencies": {
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.5.0",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.5.0"
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.5.1",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.5.1"
}
}
8 changes: 4 additions & 4 deletions tooth.lua.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
"version": "0.5.0",
"version": "0.5.1",
"info": {
"name": "LegacyScriptEngine with Lua backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,9 +12,9 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.4.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.4.x",
"github.com/LiteLDev/LegacyMoney": ">=0.4.1 <0.5.0"
"github.com/LiteLDev/LegacyRemoteCall": "0.5.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.5.x",
"github.com/LiteLDev/LegacyMoney": "0.5.x"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.10.x"
Expand Down
8 changes: 4 additions & 4 deletions tooth.nodejs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
"version": "0.5.0",
"version": "0.5.1",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,9 +12,9 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.4.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.4.x",
"github.com/LiteLDev/LegacyMoney": ">=0.4.1 <0.5.0",
"github.com/LiteLDev/LegacyRemoteCall": "0.5.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.5.x",
"github.com/LiteLDev/LegacyMoney": "0.5.x",
"gitea.litebds.com/ShrBox/7-zip": "23.x",
"gitea.litebds.com/LiteLDev/node-binaries": "16.16.0"
},
Expand Down
8 changes: 4 additions & 4 deletions tooth.python.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
"version": "0.5.0",
"version": "0.5.1",
"info": {
"name": "LegacyScriptEngine with Python backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,9 +12,9 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.4.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.4.x",
"github.com/LiteLDev/LegacyMoney": ">=0.4.1 <0.5.0",
"github.com/LiteLDev/LegacyRemoteCall": "0.5.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.5.x",
"github.com/LiteLDev/LegacyMoney": "0.5.x",
"gitea.litebds.com/LiteLDev/python-binaries": "3.10.11"
},
"prerequisites": {
Expand Down
8 changes: 4 additions & 4 deletions tooth.quickjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
"version": "0.5.0",
"version": "0.5.1",
"info": {
"name": "LegacyScriptEngine with QuickJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,9 +12,9 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.4.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.4.x",
"github.com/LiteLDev/LegacyMoney": ">=0.4.1 <0.5.0"
"github.com/LiteLDev/LegacyRemoteCall": "0.5.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.5.x",
"github.com/LiteLDev/LegacyMoney": "0.5.x"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.10.x"
Expand Down

0 comments on commit cab7cc9

Please sign in to comment.