Tags
Creators
Details
Licensed ARR
Published last year
Updated last year
All versions
1.21.5.1+mod
Release
Mr_Chibi'sMMO Dungeons Version 1.21.5.1last year 290
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client-side
Changes
Technical Changes
Updated Dungeons to 1.21.5.1 Datapack
What's new with this pack update?
- Added new structure called, "mossy ruins" into the pale garden.
- The world generation is compatible without using mmo pack it's NOT required!!
- Unless you're looking for desert catacombs it's REQUIRED!
- Added 3d model renders into structures no addition resource packs required works for any texture pack!
- Added new blocks into game using my other datapacks to give structure more depth & life.
Locate Command:
Find the new structure using datapack!
- /locate structure mmo_generation:mossy_ruins
New World Generation Structure!
- Added "Mossy Ruins" into "minecraft:pale_garden" biome.
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:yqA61AFU:7cbnhv9h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yqA61AFU:7cbnhv9h"
}

