Skip to content

Commit adc0bc5

Browse files
committed
chore: update CHANGELOG.md and tooth.json
1 parent 1c9e5a6 commit adc0bc5

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.17.8] - 2026-03-24
11+
1012
### Fixed
1113

1214
- Fixed the container close event [#294] @zimuya4153
15+
- Fixed Node.js installation for tooth.json in newer version of lip
1316

1417
## [0.17.7] - 2026-03-08
1518

@@ -41,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4144
### Added
4245

4346
- Added `onPortalTrySpawn` event [#318]/[#306] @yangyangzhong82
44-
- Added `onPortalTrySpawnPigZombie` event @yangyangzhong82
47+
- Added `onPortalTrySpawnPigZombie` event @yangyangzhong82
4548
- Added `onDispenseItem` event [#318] @yangyangzhong82
4649

4750
### Fixed
@@ -1191,7 +1194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11911194
[#349]: https://github.com/LiteLDev/LegacyScriptEngine/issues/349
11921195
[#353]: https://github.com/LiteLDev/LegacyScriptEngine/issues/353
11931196

1194-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.7...HEAD
1197+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.8...HEAD
1198+
[0.17.8]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.7...v0.17.8
11951199
[0.17.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.6...v0.17.7
11961200
[0.17.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.5...v0.17.6
11971201
[0.17.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.4...v0.17.5

src/lse/events/PlayerEvents.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ LL_TYPE_INSTANCE_HOOK(
140140
return origin(playerOpenContainerEvent);
141141
}
142142

143-
LL_TYPE_INSTANCE_HOOK( // 玩家手动关闭/退出游戏
143+
LL_TYPE_INSTANCE_HOOK( // When player leaves or closes the container
144144
CloseContainerHook1,
145145
HookPriority::Normal,
146146
ServerPlayer,
@@ -165,7 +165,7 @@ LL_TYPE_INSTANCE_HOOK( // 玩家手动关闭/退出游戏
165165
origin(forceDisconnect);
166166
}
167167

168-
LL_TYPE_INSTANCE_HOOK( // 方块被推动被迫关闭
168+
LL_TYPE_INSTANCE_HOOK( // Container closed caused by piston pushing
169169
CloseContainerHook2,
170170
HookPriority::Normal,
171171
PistonBlockActor,

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.17.7",
5+
"version": "0.17.8",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)