Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Numismatic Overhaul

Numismatic Overhaul

Terraria-style currency in Minecraft

804.5k
412
Adventure
Economy
AboutChangelogVersions

[1.19+] Numismatic Overhaul - 0.2.11.1+1.19

by Noaaan on Jun 16, 2025
Download

0.2.11.1

Changes

  • Backport a fix for a dupe bug related to shops

[1.21.1] Numismatic Overhaul - 0.3.3

by Noaaan on Jun 16, 2025
Download

0.3.3

Changes

  • Fixed the shop crashing when creating offers with enchanted items
    • Should also apply for anything with components in the dynamic registry, like banner patterns, and similar
  • Improved Mob Coin Drop System
    • Can now use tags (e.g. #numismatic-overhaul:the_bourgeoisie)
    • Now refreshes when /reload is run, no longer requiring you to restart your game

[1.20+] Numismatic Overhaul - 0.2.15

by Noaaan on Jun 8, 2025
Download

0.2.15

Changes

  • Backports the configurable money drop system for mobs, as described here: https://modrinth.com/mod/numismatic-overhaul/version/0.3.2+1.21
  • Adds experimental Switchy compatibility
  • Add Ukrainian translations (thanks unroman!)

[1.21.1] Numismatic Overhaul - 0.3.2

by Noaaan on Jun 8, 2025
Download

0.3.2

Mob Drop Config

This version adds a new system for handling coins dropped by mobs. You can now assign a base value for a mob in the configuration file (/config/numismatic-overhaul.json5). The mob will drop this amount on death, after being multiplied by the modifiers.

Modifiers

The gamerule moneyMobDropVariancePercentage directly modifies the base value in both directions (higher and lower). By default, it is set to 50 (50%), meaning the mob will drop between 50% and 150% of the base value.

There is also the scaleOnHealth in the config file. Money dropped this way by default is multiplied by the mobs max health divided by twenty. This option requires a restart to apply, and is generally a bit experimental. Be careful using it, since with really high HP it can lead to very high coin counts.

To offset the money drops in high HP contexts you can also use the healthScaleReduction to further reduce the impact of health scaling.

The full formula for coins looks like this: finalValue = baseValue * (variance) * ([mob max health] / (20 * healthScaleReduction))

Changes

  • Added the mob drop config, as described above
  • Fixed an issue where Villagers selling Potions or Tipped Arrows would crash the game (#163)

[1.21.1] Numismatic Overhaul - 0.3.1

by Noaaan on May 29, 2025
Download

0.3.1

Changes

  • Fixed the inexhaustible shop closing when opened
  • Fixed Shop trades above Bronze having the wrong coin count
  • Fixed broken tags
  • Fixed recipes for the Shop and the Piggy Bank
  • Fix a potential crash related to death messages

[1.21.1] Numismatic Overhaul - 0.3.0

by Noaaan on May 25, 2025
Download

0.3.0

This is the initial port of Numismatic Overhaul to 1.21

It is released as a beta as it contains potentially breaking changes, plus it is still being rewritten to be easier to maintain.

Changes

  • Ported to 1.21
  • Removed the reputation system override
    • This existed in order to prevent infinite money loops, as a result from curing villagers too many times.
    • Mojang decided to change this within Minecraft, and therefore this was removed from Numismatic.
    • This should make compat better, as any mods affecting reputation should work out of the box
  • Updated how money bags are handled
    • Now handled via a component
  • Added Datafixer for Money Bags
    • Money in bags should transfer fine
    • REPORT ANY BUGS SHOULD YOU FIND THEM!
    • OTHER THINGS, LIKE THE PIGGY BANK OR SHOPS, MIGHT NOT TRANSFER CORRECTLY!
  • Fixed an issue related to packet forgery (#157, thanks A5ho9999!)

[1.20.3+] Numismatic Overhaul - 0.2.14

by Noaaan on Mar 9, 2024
Download

Straight forward port to 1.20.4. Be sure to report any issues found on our Issue Tracker

[1.19+] Numismatic Overhaul - 0.2.11

by Noaaan on Mar 9, 2024
Download

Fixes

  • Fixed crashes with stacc when using Fabric Loader 0.15.0+

[1.20.2] Numismatic Overhaul - 0.2.14

by glisco on Feb 16, 2024
Download

[1.20+] Numismatic Overhaul - 0.2.14

by glisco on Feb 16, 2024
Download

Fixes

  • Force players to stop using a shop when the block entity disappears (#133)

[1.20.2] Numismatic Overhaul - 0.2.13

by glisco on Feb 9, 2024
Download

[1.20+] Numismatic Overhaul - 0.2.13

by glisco on Feb 9, 2024
Download

Fixes

  • Force players to stop using a shop when more than 10 blocks away (#130)

[1.20.2] Numismatic Overhaul - 0.2.12

by Noaaan on Dec 31, 2023
Download

[1.20.1] Numismatic Overhaul - 0.2.12

by Noaaan on Dec 31, 2023
Download

Changes

  • Add Ukrainian localization (#104, thanks unroman!)

Fixes

  • Update Stacc to latest version (1.7.0 for 1.20.1, 1.8.0 for 1.20.2)
  • Fix issues related to multiple players accessing a shop at the same time (#116)
  • Backport a fix for the crash with latest Fabric Loader (#117, already fixed for 1.20.2)
  • Improve purse offsets on different screens, as well as their configurability
  • Fix spacing with the coin/money bag tooltips (#108)

[1.19+] Numismatic Overhaul - 0.2.10

by glisco on Dec 9, 2023
Download

[1.20.2] Numismatic Overhaul - 0.2.11

by glisco on Dec 2, 2023
Download

Fixes

  • Removed erroneous @Environment(EnvType.SERVER) on ShopScreenHandler.shop to fix compatibility with Fabric Loader 0.15.0 (#113)

[1.20.2] Numismatic Overhaul - 0.2.10

by glisco on Oct 10, 2023
Download

This is a straightforward port to 1.20.2 - support for older versions will be dropped. This build so far includes no specific support for the Trade Rebalancing experiment, we're still working on a good solution for integrating Numismatic into these new systems

[1.20.1] Numismatic Overhaul - 0.2.10

by glisco on Aug 19, 2023
Download

This update finally makes the Purse available in more places than just the survival inventory: it now also shows up in the creative inventory and merchant screens like the Shop and Villagers. On top of this, Shops can now be named like Chests and Furnaces

[1.19] Numismatic Overhaul - 0.2.9

by glisco on Jul 23, 2023
Download

This build removes the MCA compatibility mixin to restore compatibility with newer versions of MCA where tax items can be natively configured

[1.20+] Numismatic Overhaul - 0.2.9

by glisco on Jun 9, 2023
Download

This is a straightforward port to 1.20 - support for older versions will be dropped

1
2
3

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@c8befb6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.