All versions
2.0.0
Release
Ck7 - Be My Sword 2.0.03 days ago 7
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
Changelog — Be My Sword v2.0.0
New:
- Guardian dialogue system.
- Shield blocking (chance scales from 5% at level 1 up to 25% at max level).
- Max level cap (10) for the guardian: caps stat growth (HP, attack, armor, speed).
- Combat and healing potions: the guardian drinks Strength/Speed/Regeneration potions from its inventory when entering combat, eats food to heal itself, and throws splash Regeneration potions at wounded allies.
- The guardian now stays still while you have its inventory open — if you walk more than 8 blocks away it closes on its own (like a chest), and only then does it follow you again.
- Brief pause after killing something instead of immediately running off to whatever's next.
- More visible eating particles, and villager-style particles when drinking potions.
- The ATK stat shown in the GUI now properly syncs to the client.
Fixes:
- Crash when the guardian's inventory grew while its GUI was open.
- The guardian's inventory is never resized anymore (always created at max size) — removed a source of desync-related crashes.
- Potions can no longer be interrupted mid-drink; an ally now holds still when hit by a thrown potion instead of accidentally dodging it.
- Food/potions now stay visible in hand for the whole animation instead of just a flash.
- Fixed the guardian sometimes still moving while its inventory was open despite being "frozen" — movement is now forcibly stopped every tick while frozen.
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:pbDn7pil:xL8OFMVX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbDn7pil:xL8OFMVX"
}

