Links
Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated 2 years ago
All versions
0.9.4-1.19.4
Beta
Awake 0.9.4 [Fabric 1.19.4]2 years ago 249
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version v0.9.4 - June 28, 2024
Changes:
- Player Friends List Management: Players can now add or remove other players from their friends list (thus ensuring befriended mobs don't attack teammates). Note: The mod remains singleplayer only for now.
- Recall/Emerge Functionality:
- Befriended mobs can now be recalled into a locked dimension, thus allowing the player to summon / unsummon them as they wish.
- Implemented keybinding registration for recalling / emerging befriended mobs.
- Mobs automatically get recalled when they're unloaded / over 40 blocks away from the idividual they're friends with.
- Only one player can befriend a single mob at a time.
Bug Fixes:
- Data-less Photos Warning: Photos that are data-less and viewed give the user a warning explaining why they can't be viewed (they're empty, i.e., grabbed from creative mode).
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:cIY7FWJf:jKv0jKKD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cIY7FWJf:jKv0jKKD"
}

