2.1.2
Compatibility
Required content
Changes
Changelog V2.1.2:
Dev Note: Long Time no see everyone! This is an update made for fix some issues in 1.20 and 1.21, but also for the addition of two new structures, the Small Blimp and the Wishing Well, now my next goal is to integrate the Mushroom structures, hope you guys enjoy this update.
-
Small Blimp Integrated: This new version of the Small Blimp is not a dungeon anymore, is a point of interest that can be sometimes the blimp itself or a floating skyland as a base, or both if you get luck.
-
Wishing Well Integrated: This small structure got a new style and some extra details, like some ores inside the well or suspicius gravel for archeology.
-
Bug Fixes: A bunch of bugs got fixed.
-
Thornborn Towers got empty loot on top.
-
Plague Asylum got outdated and didn't got the Cataclysm optional dependency.
-
Ceryneian Hind got archeology sand fixed.
-
Tags: Now we got some additional tags for developers: #dungeons_arise:dungeons_arise_structures = To locate all the Structures. #dungeons_arise:major_structures = To locate Major Structures. #dungeons_arise:minor_structures = To locate Minor Structures.
-
Structure Separation: Now I added optional separation for Integrated Villages.
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:uG4njWFR:oue9E1QT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uG4njWFR:oue9E1QT"
}

