Tags
Creators
Details
All versions
2.4.3
Release
Voxy WorldGen 2.4.33 days ago 5,804
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- fixed config settings not saving on fabric, you could turn generation off but not back on without reinstalling the mod
- config screen now shows your actual saved settings instead of whatever the last server you joined was using
- settings you change in singleplayer now stick when you reopen the config screen
- leaving a server with the config screen open no longer overwrites your local settings with that server's
- your client-only settings no longer get wiped when the server reloads its config
- a broken or empty config file no longer wipes all your settings on startup
- stopped the chunk scan from re-running several times a second while you're moving around
- fixed lag spikes when the LOD send queue backed up during heavy generation
- fixed a rare bug where a finished chunk could get lost and the generator would keep regenerating the same area forever
- fixed world data being held in memory after leaving a world
have had this sitting in #testing for a while and finally decided to update here!
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:xT0lnNE9:fZooaCeC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xT0lnNE9:fZooaCeC"
}




