promotional bannermobile promotional banner

Numismatic Overhaul

Terraria-style currency in Minecraft
Back to Files

[1.21.1] Numismatic Overhaul - 0.3.2

File namenumismatic-overhaul-0.3.2+1.21.jar
Uploader
NoaaanNoaaan
Uploaded
Jun 8, 2025
Downloads
198
Size
378.1 KB
Mod Loaders
Fabric
File ID
6630202
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:numismatic-overhaul-568316:6630202"

Learn more about Curse Maven

What's new

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)
Type
Name
Game Versions
Mod Loaders
Size
Downloads
Uploaded