Tags
Creators
Details
1.0.4
Compatibility
Changes
Improved Performance by swapping the IsWithinBounds check from every Tick to when the Section Changes and filtering it to if a Chunk Changed.
Respawning will now teleport the player to the highest Block from a Random XZ position within the closest valid chunk (if the respawn chunk was not within the bounds)
Changed the Config from True/False from outside valid chunk interactions to Number, this means the amount of blocks can be specified. this was done to allow users to place/break blocks on the edge of their chunk without taking up their chunk's space.
if the chunk its checking is not adjacent to the current chunk the distance will be halved, to account for the diagonal, without that the block reach had to be 2 in order to interact with corner blocks, with it they'll behave as 1 block distance.
Can no longer Gain ChunkXP for the current dimension if the Chunk Restrictions (aka the mod), is turned off.
These are ports of changes made during the development of the NeoForge 1.20.4 Version of the Mod.
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:nma9P9gK:g2YhzruE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nma9P9gK:g2YhzruE"
}

