Tags
Creators
Details
1.0.9
Compatibility
Required content
Changes
Magic Coins - Changelog v1.0.9
✨ New Features & Improvements
-
Magnates Ranking: added a leaderboard system showing the wealthiest players.
-
Command Feedback: all commands (
add,set,get) now return messages.getis available to all players.addandsetrestricted to admins.
-
Coin Tooltip Values: each coin now displays its value directly in the tooltip.
-
Prosperity Amulet:
- When death-coin-loss is enabled, it prevents coin loss.
- When death-coin-loss is disabled, it grants Regeneration I for 3s if the player is below 50% HP when hit.
- Tooltip updated to show the current effect.
-
Improved Mod Integration: fixes and adjustments to make the mod easier to integrate into modpacks and with other mods.
🛠 Bug Fixes
- Fixed ghost coins issue when joining servers.
- Fixed issue where shutting down the server caused the config file to fail loading, resulting again in ghost coins.
- Corrected texture sprite error with FTB Quests (fix contributed by MichaelHillcox).
📌 Notes
This update combines quality-of-life improvements, new features for gameplay depth, and critical bug fixes for multiplayer stability and mod compatibility.
© 2025 Magic Coins 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:qgQomU7L:VfErf96C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qgQomU7L:VfErf96C"
}


