3.0.0
Compatibility
Changes
Easy Shop Mod 3.0.0
✨ Changes & Improvements
-
🛠️ Fixed the villager interaction issue:
- You can now right-click on a Villager to open the shop GUI without any problems.
- No longer required to restart the server/world or rejoin the game for the interaction to work.
-
👀 Improved villager behavior:
- Villagers will now look at you when you are within 8 blocks, adding more life and immersion to the mod.
-
🛠️ Successfully fixed the major issues from the previous version, improving overall reliability and user experience.
-
🏷️ Updated the mod name displayed in Mod Menu to match the official project name on Modrinth: Easy Shop Mod (previously shown as Shop Mod).
⚠️ Known Issues
-
📚 Enchanted Books Saving Issue:
- Enchanted books are currently saved as a generic Enchanted Book.
- The specific enchantment type (e.g. Unbreaking, Flame, etc.) is not preserved when creating trades.
🚨 Important Warning
-
❗ Do NOT place enchanted books in "Add a Buyable Item":
- Doing so may result in the item being removed from your inventory.
- Please avoid using enchanted books until this issue is fully fixed.
🔧 This issue is known and will be resolved in the next update.
📌 Notes
- If you encounter any unexpected behavior, please report it to help improve future releases.
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:U4fXl7jN:CgRhkxmy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U4fXl7jN:CgRhkxmy"
}

