Tags
Creators
Details
All versions
1.0.3-beta+patch3
Beta
Let Your Friend Eating! 1.0.3-beta+patch3last year 1,712
Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
Platform
Fabric
Supported environments
Client and server
Changes
Let Your Friend Eating! – Changelog
Version 1.0.3
Fixed
- Resolved an issue where players could not interact with other mobs.
New Features (1.0.3+)
- Cooldown System:
Feeding now has a configurable cooldown to prevent spam. Includes an optional visual indicator. - Heart Particles:
Chance-based heart particles now appear when feeding another player to enhance feedback and visual appeal. - Toggle Command:
Introduced/feedfriend toggleto enable or disable the feeding feature on a per-player basis. Enabled by default. - Feed Counter System:
Tracks how many times a player has fed or been fed. Use/feedfriend statsto check your count, or/feedfriend stats <player>to view others.
Improvements
- Code Refactor:
Commands are now organized into separate files for better structure and maintainability. - Naming & Clarity:
Renamed the main class toLetYourFriendEatingMainFunctionfor clearer intent and future extensibility. - Deprecation Handling:
Initial steps taken to replace deprecated methods such asgetFoodProperties().
Notes
- The "Applies Food Effects" feature is currently non-functional in the beta version. This is a known limitation and will be addressed in a future update.
- Deprecated method usage (e.g.,
Item#getFoodProperties) remains present in some parts of the codebase but will be fully updated in later releases.
Patch
- Fixed bugs and resolved all known issues while retaining all features of the original mod version.
Version Feature Matrix
| Version | Feed | Food Effects | Sound | Particle | Command |
|---|---|---|---|---|---|
| 1.0.0 | ✅ | ❌ | ❌ | ❌ | ❌ |
| 1.0.1 | ✅ | ✅ | ✅ | ✅ | ❌ |
| 1.0.2 | ✅ | ✅ | ✅ | ✅ | ❌ |
| 1.0.3 | ✅ | ✅ | ✅ | ✅ | ✅ |
| Beta | ✅ | ❌ | ⚠️ | ⚠️ | ⚠️ |
| Alpha | ⚠️ | ❌ | ⚠️ | ❌ | ⚠️ |
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:qkQbFn8p:sqkCE7Hy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qkQbFn8p:sqkCE7Hy"
}

