Pondus Inventory [Sable]

The mod allows you to add the calculation of items in storage on ships to the Sable physics calculations.

File Details

pondus_inventory_fi-0.10-Beta.jar

  • R
  • May 25, 2026
  • 130.36 KB
  • 334
  • 1.21.1
  • NeoForge

File Name

pondus_inventory_fi-0.10-Beta.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:pondus-inventory-1528664:8146000"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Reorganised configuration storage: configs are now stored per mod namespace inside config/pondus_inventory_fi/<modid>/ (blocks.json, items.json, fluids.json)
  • Added automatic migration from old flat config files (blocks.json, items.json, fluids.json) to the new per-mod structure; old files are backed up in _migrated_backup
  • Config initializer now creates default JSON files per mod namespace (currently for "minecraft")
  • Updated config loading and saving logic to support the new folder structure
  • Improved logging for config load/save operations
  • Updated MathExpressionParser to correctly parse numbers with exponents and variables
  • Updated AddMassCommand to use BigDecimal.toPlainString() for consistent number formatting in configs