
Modern Companions
Recruit 14 RPG-style human followers with unique AI, infinite leveling, custom weapons, and useful tools! Pack them into Soul Gems, then summon your fully geared squad in any dimension to guard, patrol, or follow as you carve a campaign across Minecraft!
Tags
Creators
Details
4.45
Compatibility
Changes
Modern Companions v4.45
This cumulative update improves magic companions, equipment compatibility, model rendering, and Beastmaster progression.
Magic & Companion Improvements
- Magic companions now correctly receive bonuses from compatible Iron’s Spellbooks, Ars Nouveau, Hazen N Stuff, and other modded equipment.
- Iron’s Spellbooks spellbooks now use the selected spell’s native cast time and cooldown.
- Ars Nouveau bonuses for max mana, mana regeneration, spell damage, and warding now apply correctly.
- Sorcerers now actively target hostile monsters while avoiding owners, allies, and companions.
- Magic companions retain at least 100 Mana and no longer load with broken values such as
1/1 Mana. - Steve/Alex model selection and slim-arm armor rendering have been corrected.
- The Beastmaster’s Wand recipe is available in JEI using an Echo Shard, Amethyst Shard, and Stick.
Empowered Beastmaster’s Wand
- Upgrade the Beastmaster’s Wand with a Netherite Upgrade Smithing Template and Ancient Debris.
- Capture eligible hostile mobs into Soul Orbs using a difficulty-scaled XP cost.
- Captures require an empty inventory slot and will not remove the mob or XP if they cannot complete.
- Hostile Soul Orbs can be applied only to the owning Beastmaster at level 20 or higher.
- Hostile mob UUIDs, variants, equipment, names, inventories, and other saved data are preserved.
- Boss-tagged entities are excluded, and hostile Soul Orbs cannot release mobs into the world.
- Failed pet transfers safely preserve the Beastmaster’s existing pet.
Localization
- Expanded Simplified Chinese translations across companions, items, jobs, configuration, currencies, armor, and gameplay messages.
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:428soLwa:Tm7MSuJT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:428soLwa:Tm7MSuJT"
}
