7.1.4
Compatibility
Changes
Easy Shop Mod 7.1.4
✨ Changes & Improvements
-
🖥️ Shop Manager UI Improvements:
-
Improved the Shop Manager (Owner) → Offers List interface.
-
Adjustments include:
-
📦 Moved the Item column slightly to the left for better alignment.
-
✍️ Increased the number of characters allowed in the first line of item names before wrapping to the next line.
-
🎯 Improved spacing between:
- Item Icon & Item Name
- Price Icon & Price Name
-
-
Overall result: a cleaner, more readable, and visually balanced layout.
-
-
🛒 Owner's Shop UI Adjustment:
-
Minor visual improvement in Owner's Shop (Buyer) interface.
-
The text:
Offers: [Offers_Count]
-
has been slightly moved downward for better alignment and cleaner appearance.
-
-
🏷️ Mod File Renaming:
-
The mod file name has been changed from:
shopmod→Easy_Shop_Mod
-
This makes the mod name clearer and more recognizable for users.
-
🌍 Language Support (NEW)
-
Added full multi-language support to the mod.
-
The mod now automatically updates its language based on the game's selected language in real-time.
-
🌐 Supported Languages:
- 🇬🇧 English (
en_us) - 🇫🇷 French (
fr_fr) - 🇪🇸 Spanish (
es_es) - 🇩🇪 German (
de_de) - 🇮🇹 Italian (
it_it) - 🇧🇷 Portuguese (
pt_br) - 🇷🇺 Russian (
ru_ru) - 🇨🇳 Chinese (
zh_cn) - 🇯🇵 Japanese (
ja_jp)
- 🇬🇧 English (
-
🔁 Right-to-Left (RTL) Support:
- 🇸🇦 Arabic (
ar_sa) is now supported with proper RTL rendering.
- 🇸🇦 Arabic (
🔄 Language Fallback & Aliases
-
If a selected language is not supported, the mod will automatically fallback to:
- 🇬🇧 English (
en_us) as the default language.
- 🇬🇧 English (
-
🧩 Language Aliases Support:
- Some regional variants are automatically mapped to supported languages:
en_gb → en_us
en_au → en_us
en_ca → en_us
en_nz → en_us
de_at → de_de
de_ch → de_de
fr_ca → fr_fr
pt_pt → pt_br
es_ar → es_es
es_cl → es_es
es_mx → es_es
es_uy → es_es
es_ve → es_es
- This ensures consistent translations even when using regional language variants.
🐞 Bug Fixes
-
🚫 Invalid Price Items Fix:
-
Fixed an issue where players were able to set the following items as a price in shop offers:
- Spawner
- Trial Spawner
- Player Head
- Uncraftable Tipped Arrow
-
These items are not obtainable (or not normally obtainable) in Survival, which caused imbalance and unintended behavior.
-
They are now properly blocked from being used as a price.
-
📌 Notes
- Language changes are applied instantly without restarting the game.
- If you notice any incorrect translations, feel free to report them on GitHub.
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:qahhDrBQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U4fXl7jN:qahhDrBQ"
}

