2.0.0-7.3_04
Compatibility
Required content
Changes
Release 2.0.0 - New Features & Changes
-
Added new commands to check the total number of chunkloaders used per player and more
-
Added configuration file with customizable settings, including:
Global and Player Limits:
- Maximum total number of active chunkloaders across all dimensions (
globalChunkLoadLimit) - Maximum number of active chunkloaders per player across all dimensions (
playerChunkLoadLimit)
Chunkloader Activation Controls:
- Enable or disable the Chunkloader Block (
enableChunkloaderBlock) - Enable or disable the Chunkloader Minecart (
enableChunkloaderMinecart) - Enable or disable the Chunkloader Turtle (
enableChunkloaderTurtle)
Crafting Options:
- Enable or disable crafting for the Chunkloader Block (
enableChunkloaderBlockCraft) - Enable or disable crafting for the Chunkloader Minecart (
enableChunkloaderMinecartCraft) - Enable or disable crafting for the Chunkloader Turtle (
enableChunkloaderTurtleCraft)
Chunkloader Range Settings:
- Customize the range of the Chunkloader Block in chunks (
chunkloaderBlockRange) - Customize the range of the Chunkloader Minecart in chunks (
chunkloaderMinecartRange) - Customize the range of the Chunkloader Turtle in chunks (
chunkloaderTurtleRange)
- Maximum total number of active chunkloaders across all dimensions (
-
Introduced Minecart Chunkloader
-
Added a status method for the Turtle Chunkloader
-
Added chat messages displaying the state of chunkloaders
-
Added SOB Chunkloaders when overloaded
-
Added a global limit on the total number of chunks that chunkloaders can load
-
Added owner information on Chunkloader blocks
-
Updated to version 7.3_04
-
Reintroduced Single Player support @MartinSVK12
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:kuzKd9Rz:UYqIkIV3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kuzKd9Rz:UYqIkIV3"
}



