Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last year
Updated 3 weeks ago
All versions
1.0.4-2
Release
Let Your Friend Eating! 1.0.4-2last year 12.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Let Your Friend Eating! – Changelog
Version 1.0.4 (LTS)
Fixed
- Resolved all known bugs, improving overall stability and functionality.
- Fixed rare crash issues, ensuring the game remains stable in all scenarios.
- Corrected data saving issues, making settings and stats more reliable.
New Features
- Mod Compatibility:
Now fully compatible with other mods, reducing conflicts and enhancing gameplay integration. - Cloth Config API Support:
Implemented support for the Cloth Config API for a more user-friendly and flexible settings interface. - Crash Prevention:
Added robust error handling to prevent game crashes in all known edge cases.
Improvements
- Server/Client Stability:
Significantly improved server and client synchronization for smoother multiplayer experiences. - Performance Optimization:
Reduced memory usage and improved processing efficiency for better overall performance. - Code Cleanup:
Further refactored code for improved readability and future extensibility.
Patch
- Addressed lingering issues from previous versions, including deprecated method replacements.
- Enhanced data saving logic, fixing issues with player statistics not persisting correctly.
Hotfix
- 1.0.4-1: Better config.
- 1.0.4-2: Milk buckets now clear effects correctly and leave empty buckets, plus code formatting and Eternal Food is exempt from consumption.
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 | Feed | Food Effects | Sound | Particle | Command | Config |
|---|---|---|---|---|---|---|
| 1.0.0 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| 1.0.1 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 1.0.2 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 1.0.3 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| 1.0.4 (LTS) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 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:cl524mrF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qkQbFn8p:cl524mrF"
}


