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
- 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
MathExpressionParserto correctly parse numbers with exponents and variables - Updated
AddMassCommandto useBigDecimal.toPlainString()for consistent number formatting in configs