Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
mc-21-f-0.13.5-beta
Beta
1.21 - 0.13.5 Fabric2 months ago 1,075
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
- Quality Of Life
- Picking up an item now searches for any Bundle-Like item present in the inventory and collects it there if a matching item is already stored
- Burlap Sack is now crafted with String + Hay Bale instead of Stripped Bamboo and the texture has been updated accordingly
- my world never generated a jungle and I was over it
- also its called a burlap sack
- this was the orignal recipe but I wanted to be cool and unique but now look at me
- Controls
- The player must not be pressing the movement keys while placing the Backpack with CTRL (using a shield feels much better now)
- Using the mousewheel while holding a Lunch Box no longer cycles through the items; inventory controls are unchanged (controls were more intrusive than useful)
- Bugs
- Leather Pants would drop it's contents when damaged
- Using an item on a Decorated Pot while a Loot Table is present would crash the game
I've been playing a little modded in my free time and these are just some changes I've noticed had to be changed, hope you agree :)
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:ainht3tQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o4TtgIhD:ainht3tQ"
}

