Tags
Creators
Details
1.4.0
Compatibility
Changes
HeartBound Skills - Changelog & Roadmap
Version 1.4
This version introduces a new visual interface element:
- Added a new Block GUI to the game.
If you encounter any bugs with the new features or have ideas/tips, please let me know right down below in the comments section!
Future Roadmap
The following architectural updates and expansions are planned:
Development of a Core Mod
- To streamline development, all core compatibility systems (including Iron's Spells 'n Spellbooks) and major foundational features will be moved into a dedicated "HeartBound Core" mod.
HeartBound Additions (Official Addon Mod)
-
Development continues on the official "HeartBound Additions" addon mod (requires the main mod/core to run).
-
This addon will expand the game by introducing custom mobs, playable races, and unique weapons.
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:y03PAfND:RQEePuAi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y03PAfND:RQEePuAi"
}

