All versions
1.0.0
Beta
Friend With All Mobs 1.0.0last month 37
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
First public release.
Core
- Befriend every mob by dropping the item it likes at its feet
- Five friendship ranks, from Stranger to Best friend
- Mobs walk over to pick up gifts, and stop attacking you at Friend rank
Interfaces
- Friends Notebook: following, combat modes, per-mob-type target picker
- Squad: companions that teleport to you and cross dimensions
- Equipment Notebook: weapons, armour, shields, and working totems
- Building Plan: villagers build for you, layer by layer
Bosses
- Ride and fly the ender dragon, breathe fire with left click
- Command wither skeletons through a befriended wither
Custom content
- Drop your own structure block .nbt files into config/amismobs/plans/
Known issues
- Dismounting the dragon mid-flight causes fall damage
- In-game messages are currently in French only
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:XKUTl60u:VJr1CTqb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XKUTl60u:VJr1CTqb"
}

