File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
43
43
- run : |
44
44
xmake -y
45
- sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
46
- mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
47
45
48
46
- uses : actions/upload-artifact@v4
49
47
with :
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
23
23
### Fixed
24
24
25
- - Fixed onPlayerInteractEntity [ #231 ] ShrBox 20 分钟之前
25
+ - Fixed onPlayerInteractEntity [ #231 ]
26
+ - Fixed onEntityExplode [ #225 ]
26
27
27
28
## [ 0.9.5] - 2025-02-04
28
29
@@ -738,6 +739,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
738
739
[ #220 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/220
739
740
[ #221 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/221
740
741
[ #222 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/222
742
+ [ #225 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/225
741
743
[ #226 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/226
742
744
[ #227 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/227
743
745
[ #231 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/231
You can’t perform that action at this time.
0 commit comments