Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 years ago
Updated 2 days ago
All versions
3.4.1-fabric-1.19.2
Release
3.4.13 years ago 3,011
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- (Forge) Fix Packages not being placeable with dispensers
- Replace config system
- Add two "pedantry" config options, for people who are real sticklers about vanilla partiy
- Slightly improve performance of Package logic, item rendering, and tooltip computation
- Fix shift-left-clicking on packages with an empty hand giving you 64 items, instead of 1 stack, when the item did not stack to 64
And some loose-ends I forgot about:
- Add Chinese translation by wyh0106
- Totally forgot about this!! sorry!!
- "More in-inventory interaction weirdness fixes"
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:10DZYVis:fZtmWv0H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:10DZYVis:fZtmWv0H"
}

