1.12
Compatibility
Changes
🏆 DimensionalRPG: NEW HORIZON – Official Release!
Greetings, adventurers! ⚔️
After a long journey and a month of hard work, the mod has finally left its Beta stage and reached its first official release! Starting today, you can face all 9 main bosses and explore all 7 unique dimensions included in New Horizon!
✨ What's New
🧙♂️ Added magical rings and necklaces with unique effects.
🍷 New consumables: wine and whiskey can now be found across the world.
🍎 New special item: Crystal Apple, a stronger version of the enchanted golden apple.
🏰 Added banners and statues for every boss and dimension, obtainable inside boss structures.
⚔️ Added the Goblin banner (no statue for the Big Goblin, as he’s a minor boss).
💀 Introduced the Skull Occults, a new faction with their own structure and boss.
📜 Interactive paintings added inside boss structures to reveal each boss’s lore and story.
🔮 New magical wands and staffs for every boss and dimension, including minibosses.
🧱 New building materials and themed food items for various boss structures.
⛏️ Added boss-related ores, used to craft new weapons and armors.
🧊 Added the missing weapon of the Glacium boss, now fully obtainable.
🌍 What Awaits You
The world of DimensionalRPG: New Horizon is now complete and ready to be explored. Discover all seven dimensions, defeat every boss, uncover the lore, and forge your own legend in a realm of power, mystery, and adventure.
Happy exploring, adventurers! – ZioVito ⚔️
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:N1ricI9f:B7o5UzkI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N1ricI9f:B7o5UzkI"
}

