Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
mc21-f-0.12-beta
Beta
1.21 - 0.12 Fabric9 months ago 7,934
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
- Decorated Pots
- Now holds 2 double chests worth of a single item (108 Stacks!)
- Decorated Pots need a transparent block above it to interact (like chests do)
- Right click to insert the item in your hand
- With items in the pot, right click will insert any matching items in the inventory
- Left click to remove a stack of the items stored
- Bundle Menus
- You can now open multiple menus at once.
- Menus can be moved by clicking and dragging on a empty slot
- Pressing ESC closes any open menus before closing your screen
- Added indication how to open the menu
- Changes
- Allay pickup items on the ground while holding a backpack
- The Alchemist Bag has been renamed to "Alchemy Bag"
- The Alchemy Bag's recipe has been made cheaper
- Leather Pants now have "pockets" again
- Miscellaneous
- The
filtercomponent can be made a blacklist by starting a tag with!# - Quick moving items from the inventory's crafting result caused items to dupe
- The
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:o4TtgIhD:ZUV6r3zw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o4TtgIhD:ZUV6r3zw"
}

