Tags
Creators
Details
Licensed AGPL-3.0-only
Published last year
All versions
1.2.2-1.6.2
Release
Version 1.2.2-1.6.2 for 1.21.13 months ago 72
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changed
- Prices File Format: Prices are now saved as NBT instead of JSON, old files will be converted and then deleted.
- What This Means: This should fix many NBT issues in the admin shop including the inability to save tools and such!
- File Editing: To view or edit the file, consider using a program like NBTExplorer.
- Backups: Consider backing up your old prices file in case the mod fails to convert the file. This shouldn't be necessary but can't hurt.
- JEI Integration: Locked prices are now hidden from JEI.
Fixed
- Sizing Issues: Scrollbar elements are now sized correctly when the scrollbar is visible.
- Undraggable Scrollbars: Scrollbars in the admin shop are now draggable.
- Clicking Off-Screen Elements: You can no longer click scrollbar elements that are off-screen.
- What This Means: This should fix issues with not being able to press the purchase button when not scrolled all the way down.
- Exporting Crash: Fixed issues with exporting items when there is more than one item stack.
- Empty Purchase Crash (1.21.1): Empty purchases are now ignored to avoid crashes.
Optional dependencies
Any compatible version
Any compatible version
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:QbQAxCM7:k1u7nGuP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QbQAxCM7:k1u7nGuP"
}

