All versions
0.10-Beta
Beta
Pondus Inventory [Sable] 0.10-Betalast month 358
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- 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
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:jkDxc7XT:9BEuvsAr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jkDxc7XT:9BEuvsAr"
}![Pondus Inventory [Sable]](https://cdn.modrinth.com/data/jkDxc7XT/56e57cea956c0aafc1f926473509b02c93cbc069_96.webp)


