All versions
1.20.1-3.21.2.1.81
Release
1.20.1-3.21.2.1.81last year 106.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
General
- Update to version 3.21.2.1
Features
- Added Backpacks to the Item Storage for interaction with the new paintbrush item
Merged from upstream
Features
- Updated upgrade code to keep it compatible with the latest version of core
- Added transfer from JEI to Smithing upgrade so that the convenient plus sign can be just clicked to fill all 3 input slots in
- Added the Smithing Upgrade. It functions like a Smithing Table but in an upgrade slot. Unlike the Smithing Table, this upgrade retains its contents if you exit without completing the crafting.
- Add logic to fill backpack that was dropped by mobs with loot
- Merge pull request #1228 from P3pp3rF1y/1.20.x-dev
- Updated backpack layer rendering code to use body rotations /
- Merge pull request #1220 from P3pp3rF1y/1.20.x-dev
- Added Turkish translation (Thanks RuyaSavascisi)
- Merge pull request #1172 from P3pp3rF1y/1.20.x-dev
Fixes
- Fixed handling of fluids that were removed from modpack in tan
- Merge pull request #1217 from P3pp3rF1y/1.20.x-dev
- Fixed display of "Another player can open" button in settings
- Merge pull request #1208 from P3pp3rF1y/1.20.x-dev
- Fixed sorting to trigger when cursor is anywhere outside of st
- Merge pull request #1191 from P3pp3rF1y/1.20.x-dev
- Fixed stashing logic to be able to stash oversized stacks (lar
- Merge pull request #1161 from P3pp3rF1y/1.20.x-dev
- Fixed backpack to just close gui instead of crashing out of wo
- Merge pull request #1158 from P3pp3rF1y/1.20.x-dev
- Fixed Anvil upgrade to not allow dupes when multiple players are
- Merge pull request #1155 from P3pp3rF1y/1.20.x-dev
- Fix stashing items into backpack / shulker to properly take em
Optional dependencies
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:ouNrBQtq:g7vm5J1t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ouNrBQtq:g7vm5J1t"
}









