Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
All versions
1.0.1
Release
Numismatic Coin Addon 1.0.12 months ago 78
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
Polish update improving Numismatic Coin Addon integration with the Numismatic Overhaul purse UI.
Fixed
- Fixed Emerald and Diamond coin stack visuals not updating correctly
- Fixed Diamond Coin stack rendering when using a custom max stack size
- Fixed the purse tooltip displaying large Gold values instead of correctly splitting them into Diamond, Emerald, Gold, Silver, and Bronze
- Fixed several purse UI display issues caused by the extended currency layout
- Fixed missing default config handling for Diamond Coin max stack size
Added
- Added extended purse display support for Diamond and Emerald values
- Added Diamond and Emerald entries to the purse popup menu
- Added support for extracting Diamond and Emerald coins directly from the purse popup
- Added a default config file for Numismatic Coin Addon
- Added a configurable Diamond Coin max stack size
Changed
- Changed the purse value display to use the full extended currency order: Diamond, Emerald, Gold, Silver, and Bronze
Improved
- Improved Emerald and Diamond coin textures to better match the Numismatic Overhaul visual style
- Improved stacked coin visuals for Emerald and Diamond coins
- Improved the extended purse popup texture for better consistency with Numismatic Overhaul
- Improved the right-side coin column of the extended purse popup so it appears cleaner and less visually cut
- Improved command and config consistency after the final mod rename to Numismatic Coin Addon
Notes
- Diamond Coin max stack size defaults to
21for safer compatibility - The Diamond Coin max stack size can be changed in
config/NumismaticCoinAddon/config.json - Changing the Diamond Coin max stack size requires a full game restart
- Values above
21may increase the risk of overflow issues in some currency-related code paths
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:o3pvbPwX:adwaTtLP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o3pvbPwX:adwaTtLP"
}


