2.0
Compatibility
Changes
Lore Update
As mentioned, from this point forward, updates will only be for MC 1.21+
-
added Skyrtle Dungeon
-
added new Boss in Skyrtle
-
added Armory
-
added 4 new Mini Dungeons
-
added 50+ new Books with interesting Stories from the perspective of the Villagers
-
added 4 new Enchantments exclusive found in Bookshelves of Structures
-
added Boss Key to the Loot table of Bosses
-
removed Herobrine
-
updated some older structures to use new 1.21 blocks and make them more up-to-date in building quality
-
renamed Advancements to make them more creative
Fixes
- fixed spelling mistakes in some item descriptions
- fixed some Vaults in Sky Dungeon that were unopenable
- fixed typo, making it impossible to obtain Gold-Tier Automaticons
- fixed boss Enchantments from Raj being optainable in Dungeon Chests
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:VAVLEOBG:aED5BEB8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VAVLEOBG:aED5BEB8"
}



