Tags
Creators
Details
All versions
0.5.2b
Beta
World Remoulded 0.5.2blast month 82
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Fixed missing Mossy Cobbled block recipes
- Removed the Tundra biome. I was never really happy with it and it's generation was really fiddly to get right so it's gone
- In it's place, two new biomes have been added, that being a Thicket and Rocky Hills variant for Snowy Plains
- Fixed "Adventuring Time!" being impossible to complete (hopefully)
- Added Ravines back to Oceans, were removed during investigation of the flooded caves issues
- EXPERIMENTAL CHANGE, ADJUSTED TEMPERATURE AND HUMIDITY NOISE AND SCALE VALUES. From playtesting, while the larger biomes felt great to play in, there were occasions where some biomes would get so big they could stretch for literal thousands of blocks, and it also made adventuring looking for other biomes a pain at times. Tried to tweak the values in a way that made it so biomes are still decently sized, but climates are much more predicatble and biomes should be easier to find. Would greatly appreciate any feedback on these changes
Known incompatibilities
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:9iPLQSRT:lI2CfH61"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9iPLQSRT:lI2CfH61"
}



