Links
Tags
Creators
Details
9.0.0
Compatibility
Changes
๐ Easy Shop Mod v9.0.0
๐ A New Era Begins!
After a lot of development, testing, and optimization...
Easy Shop Mod is finally available for Minecraft 26.2 Fabric! ๐
This is a major milestone for the project, bringing full support for the latest Minecraft version while maintaining the stability and features you've come to expect.
โจ What's New
- ๐ Official support for Minecraft 26.2
- ๐งต Updated for the latest Fabric ecosystem
- โก Improved overall compatibility with the newest game changes.
- ๐ง Internal optimizations and code improvements for better stability.
- ๐ ๏ธ Prepared the project for future updates and upcoming features.
โค๏ธ Thank You
Thank you to everyone who downloaded the mod, reported bugs, suggested new ideas, and patiently waited for the update.
Your support is what keeps this project alive! ๐
Enjoy Easy Shop Mod on Minecraft 26.2 Fabric, and stay tunedโmore exciting features are already in development!
๐ Happy Trading! Welcome to the next chapter of Easy Shop Mod. ๐
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:Brb1Ev1p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U4fXl7jN:Brb1Ev1p"
}

