Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 8 months ago
All versions
1.10.0+1.20.1
Release
[Fabric] [1.20.1] Inventorio v1.10.02 years ago 2,022
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changes
- some changes to the German translations
- rename base package from
me.lizardofoztode.rubixdev. API users will get deprecation warnings and should update usages to the new package - moving items between the utility belt and main inventory in the screen will now search slots first to last instead of last to first
Fixes
- for Minecraft 1.20.2+
- deep pockets book not craftable
- 2x2 crafting grid not fully working
- for NeoForge (#311)
- server crash on startup
- desync with swapped hands mode enabled
- items never refill in added slots (#305)
- vanilla items don't get ticked in the added inventory slots. caused maps to not work in the utility belt (#137)
- client sync issues when switching dimensions
- added slots weren't immediately synced to the client
- selected utility belt slot got reset every time
Additions
- NeoForge support for 1.20.2
Build Information
- File name:
inventorio-mc1.20.1-fabric-v1.10.0.jar - SHA-256:
6d163e081eaa258371d92d215321bea73f71af8826424f4ccba82aaf4cb18788 - Built from: https://github.com/RubixDev/Inventorio/actions/runs/8326071684
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| inventorio-mc1.20.1-fabric-v1.10.0-sources.jar | Unknown | 122.97 KiB |
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:LcafSQPm:MG8bmKf8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LcafSQPm:MG8bmKf8"
}

