All versions
2.1.3.0
Release
Dungeons and some Fixes5 months ago 36.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
- Added 7 new dungeons: 1 for Overworld (Train), 3 for Nether (Nether Medium Cluster, Nether Building, Nether Submarine), 3 for End (End Cluster, End Building, End Floating Ship)
- Adjusted dungeon spawn values - now Nether dungeons are much more frequent!
- Reworked Worldgen Testing Tool for those, who want to properly test out dungeons. You have to add your dungeon (which should be an instance of WorldgenStructure) in 'structures' LinkedHashMap from StructureRegistry. Then it will be available for debug in the tool!
- Fixed occasional crash with Mining Drill while trying to fast-mine blocks
- Fixed crash with 7 Days to Mine mod
- Fixed Nether/End mobs not actually spawning in the corresponding dimensions
- Fixed visual issues related to Metal/Ammo presses, Charger and Blast Furnace GUIs
- Fixed an issue where you couldn't properly look up for fluid crafts in Chemical Laboratory's GUI
- Fixed incorrect crafting Ammo Press behavior
- Fixed incorrect output amount of items in Ammo Press while having Stack Upgrades
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:U6fWJkVe:EyFtwytY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U6fWJkVe:EyFtwytY"
}

