Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 5 months ago
All versions
v0.5.0
Beta
v0.5.0-beta5 months ago 3,253
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
New features
NOTE: For more predictable behavior, adding items to companions' gather list no longer triggers automatic exploration. To force exploration, use the Explore button in the /mtz menu.
- Companion Management UI: A new tabbed management screen accessible via
/mtz manage. Includes settings, gather, tether, and inventory tabs for easier companion control. - Melee blocking: Talos can now block incoming melee attacks.
- Welcome message: First-time players now receive a chat message introducing them to the mod and its key commands.
Improvements
- Exploration bugfixes for more reliable surface and cave exploration.
- Adding items to the Gather list no longer triggers automatic exploration.
- Improved shield-blocking for projectiles.
Bugfixes
- Fixed various bugs relating to Talos erroring or becoming unavailable upon respawn.
- Fixed a bug where tethering did not work correctly during combat.
- Fixed a bug where Talos was unable to pillar up to reach destinations.
- Fixed a bug where the player limit was not enforced correctly.
- Fixed a bug where Talos could die unexpectedly in certain scenarios.
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:SrFmBSNz:zGGa7DYO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SrFmBSNz:zGGa7DYO"
}

