Tags
Creators
Details
All versions
0.3.0a
Alpha
World Remoulded 0.3.0a3 months ago 35
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes
- Birch Forests foliage colour map changed to an autumn orange
- Tweaked some biome Foliage, Sky and Fog colours colours
- Added Large Ferns to Jungles
- All Oceans now specifically feature a particular disk feature, Frozen having Gravel, Temperate having Clay and Warm having Sand, temperatures in between feature a mix
- Discs made bigger and more frequent
- Improved Iceberg shapes
- Removed smaller Iceberg features
- Coral Reefs can now spawn in Lukewarm Oceans too, at a lesser density than Warm Oceans
- Dripstone Spikes made much less annoying, traversal easier... for both the player and mob pathfinding
- Removed Firefly Bushes from cold biomes and pumpkins from hot biomes and/or where melons generate
Additions
- Added back in the single Rose plant which spawns somewhat uncommonly, with 6 additional colour variants. They have their different biomes that they spawn in, and their own suspicious stew effects
- Added Lapis Geodes and Emerald Geodes, the former spawning in Jungle-derivative biomes and the latter spawning in biomes where Emerald Ore can generate. On average, Lapis Geodes are a tiny bit bigger than Amethyst, and Emerald slightly bigger again, with the rarity also increasing for both
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:9iPLQSRT:xWQ40FFL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9iPLQSRT:xWQ40FFL"
}


