File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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+ ## 2.0.3 - 2025-05-20
9+
10+ ### Added
11+
12+ - Turkish translation (thanks @RuyaSavascisi )
13+
14+ ### Fixed
15+
16+ - Crash when pondering fluid tanks due to buggy ponder plugin
17+
818## 2.0.2 - 2025-05-19
919
1020### Fixed
@@ -43,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4353### Fixed
4454
4555- Incompatibility with other mods causing clients to be kicked from server when a train station is placed
46- - This fix introduces breaking changes in the networking code of Power Loader. Update is required on both the client and server.
56+ - This fix introduces breaking changes in the networking code of Power Loader. Update is required on both the client
57+ and server.
4758
4859## 1.4.0 - 2024-01-27
4960
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ mod_name=Create: Power Loader
3737# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3838mod_license =MIT
3939# The mod version. See https://semver.org/
40- mod_version =2.0.2 -mc1.21.1
40+ mod_version =2.0.3 -mc1.21.1
4141# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
4242# This should match the base package used for the mod sources.
4343# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change 11{
22 "homepage" : " https://github.com/hlysine/create_power_loader/" ,
33 "promos" : {
4- "1.21.1-recommended" : " 2.0.2 -mc1.21.1" ,
5- "1.20.1-recommended" : " 2.0.2 -mc1.20.1" ,
4+ "1.21.1-recommended" : " 2.0.3 -mc1.21.1" ,
5+ "1.20.1-recommended" : " 2.0.3 -mc1.20.1" ,
66 "1.19.2-recommended" : " 1.5.0-mc1.19.2" ,
77 "1.18.2-recommended" : " 1.5.0-mc1.18.2"
88 }
You can’t perform that action at this time.
0 commit comments