1.2.0
Compatibility
Changes
BondCraft Fabric v1.2.0
BondCraft continues to evolve on Fabric 1.20.1.
This update expands combat readability, status tracking, and monster variety while introducing new Desert and Ancient monsters.
⨠Main Additions
3 New Monsters
- Bandit (male)
- Sand Slime
- Arcane Armament: Aegis
New Target Info UI
- Added Target Info UI
- Displays target HP
- Displays Buffs & Debuffs
- Supports Sacred Mark tracking
- Improved combat readability
Type Synergy Rebalance
- Rebalanced multiple type synergies
- Improved synergy impact and clarity
- Better type identity
đ Improvements
- Improved combat feedback
- Improved status effect visibility
- Improved monster information display
- Improved monster role balance
- Improved Party composition diversity
- Various bug fixes and adjustments
đ World & Combat
Desert Expansion
New Desert Monsters:
- Bandit (male)
- Sand Slime
Ancient Expansion
Added:
- Arcane Armament: Aegis
An Ancient shield-type monster that will play a role in future fusion evolutions.
Status Effect Tracking
- Sacred Mark visibility support
- Future Buff/Debuff support
- Improved battle information readability
â Notes
- Balance and systems may continue to change
- Some mechanics are experimental
- World backup recommended before updating
â¤ď¸ Thank you for supporting BondCraft!
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:vcq7lFVC:qfpR9JrK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vcq7lFVC:qfpR9JrK"
}

