2.0.0
Compatibility
Changes
Version Changelog
-
Fixed the GUI and added an icon for the mod.
-
Fixed many bugs and improved overall stability.
-
Changed the command for creating an NPC shop:
/npc_shop➜/create_shop -
Improved the seller (NPC owner) interface, making all menus cleaner, more organized, and easier to use.
-
Enhanced the buyer/trading interface for a smoother and more user-friendly experience when purchasing or exchanging items.
⚠️ Notes / Troubleshooting
-
If you encounter an issue where the shop GUI does not open when right-clicking a Villager:
- Try leaving the server and joining again.
- If the issue persists, restart the world/server.
-
If you are unable to do that at the moment, you can manually open any shop using the command:
/shop <Shop Name>
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:pv2Gm4Da"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U4fXl7jN:pv2Gm4Da"
}

