Tags
Creators
Details
1.10.0-beta
Compatibility
Changes
1.10.0-beta - Better Configuration & Detection Improve
The version on the Beta channel has already undergone initial testing. But this version is for early testing; please report any issues promptly.
New Features
Configure parameters by each world
- You can now efficiently configure detection parameters for each (or each group of) world.
# At what height should I start detecting X-Ray? # All worlds not explicitly listed will follow 'all_unnamed_world' # If 'all_unnamed_world' not listed, worlds that are not listed do not have XRay detection. # Configuration will be loaded from 'Configuration/file_name.yml' worlds: 'overworld': # It means overworld.yml - world - all_unnamed_world 'nether': - world_nether 'end': - world_the_end
Config Version Check
- When there are major changes to the configuration file, the original configuration file will be backed up and put upgraded configuration.
Detection Improve
- Improved the detect ability in multiple worlds.
Fixed BUG
traceBackLengthunit wrong.
Other Improvements
- Eliminated annoying compile warnings.
NOTE: After upgrading to this version, you need to re-add the configuration parameters to config.yml!
Happy using~
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:O3VQnhG2:IyT7JbVa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O3VQnhG2:IyT7JbVa"
}

