All versions
0.2.0-snapshot.3-1.20.1
Alpha
Into the Multiverse 0.2.0-snapshot.3 (1.20.1)3 years ago 3,545
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
Don't get lost!
- Added the Catacombs, structure in the Ash Wastes of the Blazing dimension
- Added the Priest, a spellcasting villager raider who heals its allies
- Added the Sparkfish, a lava dwelling fish in the Blazing dimension
- Added Cracked Lava Rocks
- Added Glowing Pustule
- Added Blood Cactus
- Added Salamandra Egg, layed by salamandras similarly to turtles
- Added Mystic Woods music disc by ShadesInTheBlue
- Added an image of the selected dimension in the World Hopper menu
- Villagers participating in raids can now occasionally be riding a horse
- Hero of the Village advancement no longer triggers in the Illager dimension
- Changed the adventurer’s house in villages
- Sounds are no longer included and are downloaded on first launch
- Overhauled the log lurker log type system to make it possible for other mods to add log lurker log types
- [Fabric] Added 7 new log lurkers from the BetterNether mod
- [Fabric] Added 10 new log lurkers from the BetterEnd mod
- [Fabric] Added 7 new log lurkers from the Terrestria mod
- [Fabric] Added 1 new log lurker from the Traverse mod
- [Fabric] Added 2 new log lurkers from the Cinderscapes mod
- [Fabric] Added 3 new log lurkers from the Wilder Wild mod
- [Forge] Added 32 new log lurkers from the Oh The Biomes You’ll Go mod
- [Bugfix] Multiverse blocks no longer cause de-sync issues with servers
- [Bugfix] Mossy Cobbled Deepslate Slab, Stairs and Wall now drop themselves when broken
- [Bugfix, Forge] Bone traps are now transparent
- [Bugfix, Forge] Biomes O’ Plenty biomes no longer spawn in the Illager dimension
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:uh6P9gb1:5Vz74ocT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uh6P9gb1:5Vz74ocT"
}

