Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 weeks ago
All versions
2.3
Release
Expanden Inventory 2.32 weeks ago 35
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Expanded Inventory 2.3 — Minecraft 1.21.1
- Ported Expanded Inventory 2.3 to Minecraft 1.21.1.
- Added release builds for Fabric, Forge, and NeoForge.
- No gameplay features were added or removed compared with the 2.3 release for Minecraft 1.20.1.
Requirements
- Minecraft 1.21.1
- Java 21
- Fabric: Fabric API and Architectury API
- NeoForge: Architectury API
- Forge: no additional API dependency
Notes
- Download only the JAR for your mod loader.
- On Forge 1.21.1, Curios, REI, and EMI integrations are unavailable because those Forge versions are not published. The built-in belt slot remains available.
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:GxuD4fSk:NpZl6M53"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GxuD4fSk:NpZl6M53"
}


