Tags
Creators
Details
All versions
0.5.3b
Beta
World Remoulded 0.5.3b2 weeks ago 20
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Tweaked the recipes that craft the alternate stones to use regular Stone instead of Cobblestone, and added duplicate recipes for the Cobbled versions instead
- Added a Negative Weirdness variant of Savannas called the Adansonia Savanna, which features sparser amounts of Baobab like trees, and moved the Ancient Acacia Tree to these biomes instead. Will rename to Ancient Baobab Tree and will add dedicated Acacia Variants in the future
- Reworked Ocean Vegetation, Regular Oceans are pretty plain now with sparse Sea Grass, and occasionally low amounts of Kelp in the Deep Oceans
- Cold Oceans are now the go-to place for large amounts of Kelp, with the Deep Cold Ocean having even more
- The Frozen Oceans the vegetation starts to decrease yet again
- The Lukewarm Oceans have a high amount of Sea Grass both short and tall, with the Deep Lukewarm Ocean becoming a lush field of Tall Sea Grass
- The Warm Ocean has a lower but still high amount of Sea Grass
- Added Arches to Deep Oceans. These are Structures that get placed by the Fossil Feature and conform to the Terrain
- Made the outer layer of all Geodes also Calcite, since Tuff was made into a regional block
- Tweaked Acacia Trees and Swamp Oaks slightly
- Didn't like how the Coarse Dirt streaks generated in the Old Growth Forests, replaced them with occasional Disk Features instead
- Changed Lukewarm and Warm Oceans tree features to the Warm River trees instead as they were producing some weird results with their ability to be submerged
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:zWTlhAzV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9iPLQSRT:zWTlhAzV"
}



