You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
22
29
23
30
## Features
24
31
25
32
- 2 tiers of chunk loaders
26
33
- Brass chunk loader: configurable loading range (1x1 to 5x5)
27
34
- 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
31
39
- 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
35
42
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.*
37
45
38
46
## Download
39
47
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,9 +58,11 @@ Find this mod on [**Modrinth**](https://modrinth.com/mod/create-power-loader) or
49
58
**In other cases:**
50
59
51
60
- 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.
53
63
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.
55
66
56
67
## Credits
57
68
@@ -61,4 +72,5 @@ This mod is open to suggestions, so if you have made any modification to the mod
61
72
62
73
**Inspiration**
63
74
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)
0 commit comments