@@ -5,6 +5,21 @@ 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.7.5] - 2024-05-02
9+
10+ ### Added
11+
12+ - Add missing hopper events [ #88 ]
13+
14+ ### Changed
15+
16+ - Replace SimulatedPlayer::create
17+
18+ ### Fixed
19+
20+ - Fix unexpected situation of onMobDie
21+ - Fix some stupid exception process
22+
823## [ 0.7.4] - 2024-05-02
924
1025### Changed
@@ -14,8 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1429### Fixed
1530
1631- Fix truePos pre calculation
17- - Fix onProjectileHitBlock & onProjectileHitEntity #108
18- - Fix mc.explode #111
32+ - Fix onProjectileHitBlock & onProjectileHitEntity [ #108 ]
33+ - Fix mc.explode [ #111 ]
1934
2035## [ 0.7.3] - 2024-05-01
2136
@@ -333,6 +348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
333348[ #81 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/81
334349[ #82 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/82
335350[ #87 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/87
351+ [ #88 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/88
336352[ #91 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/91
337353[ #92 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/92
338354[ #94 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/94
@@ -343,9 +359,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
343359[ #101 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/101
344360[ #102 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/102
345361[ #104 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/104
362+ [ #108 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/108
346363[ #110 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/110
364+ [ #111 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/111
347365[ #115 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/115
348366
367+ [ 0.7.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.4...v0.7.5
349368[ 0.7.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.3...v0.7.4
350369[ 0.7.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.2...v0.7.3
351370[ 0.7.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.1...v0.7.2
0 commit comments