File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed 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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
18
## 2.0.2 - 2025-05-19
9
19
10
20
### Fixed
@@ -43,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
53
### Fixed
44
54
45
55
- 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.
47
58
48
59
## 1.4.0 - 2024-01-27
49
60
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ mod_name=Create: Power Loader
37
37
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
38
38
mod_license =MIT
39
39
# 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
41
41
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
42
42
# This should match the base package used for the mod sources.
43
43
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change 1
1
{
2
2
"homepage" : " https://github.com/hlysine/create_power_loader/" ,
3
3
"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" ,
6
6
"1.19.2-recommended" : " 1.5.0-mc1.19.2" ,
7
7
"1.18.2-recommended" : " 1.5.0-mc1.18.2"
8
8
}
You can’t perform that action at this time.
0 commit comments