Skip to content

Commit 4a61d6b

Browse files
committed
Bump version to 1.3.0
1 parent 8fc75f8 commit 4a61d6b

File tree

4 files changed

+48
-19
lines changed

4 files changed

+48
-19
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.3.0 - 2024-01-04
9+
10+
### Added
11+
12+
- Chunk loaders attaching to Train Stations to only load chunks when a train arrives at the station
13+
14+
### Changed
15+
16+
- Chunk loaders on trains now function using the track graph, which increases reliability for interdimensional
17+
trains
18+
19+
### Fixed
20+
21+
- Loading incorrect chunks across dimensions
22+
- Chunks not being loaded when a train is coming out of a nether portal and the portal is not already loaded
23+
- Some internal data not being persisted across restart
24+
825
## 1.2.4 - 2023-12-24
926

1027
### Added

README.md

+27-15
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,41 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra
1212

1313
> **Want more Create-esque QoL items? Check out [Create: Connected](https://modrinth.com/mod/create-connected)**
1414
15-
## What's new in 1.2.0
15+
## What's new in 1.3.0
1616

17-
Nether stars/beacons are **no longer required**. Instead, you have to capture a ghast to light up your chunk loaders:
17+
**Train Station attachment**
1818

19-
![Pondering about Ghast capturing](https://cdn.modrinth.com/data/wPQ6GgFE/images/981c9cc2e2a29e795463d768e45a6d8c320ce3d9.png)
19+
You can now attach Chunk Loaders to a Train Station to only load chunks when a train arrives!
2020

21-
New configs are also added for you to control how chunk loaders behave on contraptions.
21+
![Train Attachment Ponder](https://cdn.modrinth.com/data/wPQ6GgFE/images/0cdf2fecd6253f267cf32103e51a062b78ffaace.png)
22+
23+
New configs are added for you to toggle this function on the andesite/brass chunk loader.
24+
25+
**Reliable interdimensional chunk loading**
26+
27+
The entire chunk loading logic has been rewritten to take dimensions into account, and chunk loaders on trains now use
28+
Create's track graph to provide reliable chunk loading.
2229

2330
## Features
2431

2532
- 2 tiers of chunk loaders
2633
- Brass chunk loader: configurable loading range (1x1 to 5x5)
2734
- Andesite chunk loader: loads a single chunk
28-
- Works on the ground and on contraptions
29-
- Configurable via server configs
30-
- Toggleable in-game via contraption controls
35+
- Works on the ground, on trains and on contraptions
36+
- Configurable via server configs
37+
- Toggleable in-game via contraption controls
38+
- Attaches to Train Stations for lag-friendly chunk loading
3139
- Reliable chunk loading and unloading
32-
- No leftover chunks being loaded forever
33-
- Configs for speed requirements and unloading delay
34-
- Ponder scenes available
40+
- Lots of configs for customization
41+
- Complete ponder scenes
3542

36-
*If the provided crafting recipes do not suit your needs, you can override the provided recipes by creating your own datapack.*
43+
*If the provided crafting recipes do not suit your needs, you can override the provided recipes by creating your own
44+
datapack.*
3745

3846
## Download
3947

40-
Find this mod on [**Modrinth**](https://modrinth.com/mod/create-power-loader) or [**CurseForge**](https://legacy.curseforge.com/minecraft/mc-mods/create-power-loader).
48+
Find this mod on [**Modrinth**](https://modrinth.com/mod/create-power-loader) or [**CurseForge
49+
**](https://legacy.curseforge.com/minecraft/mc-mods/create-power-loader).
4150

4251
## Usage
4352

@@ -49,9 +58,11 @@ Find this mod on [**Modrinth**](https://modrinth.com/mod/create-power-loader) or
4958
**In other cases:**
5059

5160
- You can use this mod however you like as long as you obtain the mod via its Modrinth or CurseForge page.
52-
- You can make any modifications to the mod, but you cannot redistribute it unless you have modified a substantial portion of the mod's code. Changes to resource packs/data packs/mod metadata do not count as code modification.
61+
- You can make any modifications to the mod, but you cannot redistribute it unless you have modified a substantial
62+
portion of the mod's code. Changes to resource packs/data packs/mod metadata do not count as code modification.
5363

54-
This mod is open to suggestions, so if you have made any modification to the mod, please leave an issue/PR so I can consider adding your use case to the mod.
64+
This mod is open to suggestions, so if you have made any modification to the mod, please leave an issue/PR so I can
65+
consider adding your use case to the mod.
5566

5667
## Credits
5768

@@ -61,4 +72,5 @@ This mod is open to suggestions, so if you have made any modification to the mod
6172

6273
**Inspiration**
6374

64-
The [Create mod](https://github.com/Creators-of-Create/Create) and the [Create Chunkloading mod](https://github.com/embeddedt/CreateChunkloading)
75+
The [Create mod](https://github.com/Creators-of-Create/Create) and
76+
the [Create Chunkloading mod](https://github.com/embeddedt/CreateChunkloading)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mod_name=Create: Power Loader
5959
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
6060
mod_license=MIT
6161
# The mod version. See https://semver.org/
62-
mod_version=1.2.4-mc1.20.1
62+
mod_version=1.3.0-mc1.20.1
6363
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
6464
# This should match the base package used for the mod sources.
6565
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

update.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"homepage": "https://github.com/hlysine/create_power_loader/",
33
"promos": {
4-
"1.20.1-recommended": "1.2.4-mc1.20.1",
5-
"1.19.2-recommended": "1.2.4-mc1.19.2",
6-
"1.18.2-recommended": "1.2.4-mc1.18.2"
4+
"1.20.1-recommended": "1.3.0-mc1.20.1",
5+
"1.19.2-recommended": "1.3.0-mc1.19.2",
6+
"1.18.2-recommended": "1.3.0-mc1.18.2"
77
}
88
}

0 commit comments

Comments
 (0)