Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 2 weeks ago
All versions
1.1.0
Release
Sensible Inventory Tweaks 1.1.04 months ago 23
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes
- Witches Loot Table massively cleaned up, only drop Redstone Dust, Gunpowder and Glowstone now
- Ravagers no longer drop Saddles since they cna be easily crafted
- Buried "Treasure" Loot Table now working as intended
- Magma Block can be unpacked back into 4 Magma Cream
- Bottles now craft for 16
Additions
- Red Nether Brick missing blocks added (Fence, Cracked and Chiseled)
- Added Block of Gunpowder and Block of Sugar, crafted with 9 Gunpowder and Sugar respectively, can be unpacked into their respective ingredient and obey gravity
- Added Block of Feathers, crafted with and into 9 feathers, and functions identically to Hay Blocks, negating a heavy amount of fall damage
- Added Packed Snow blocks, Cut Packed Ice blocks and Cut Blue Ice blocks, which can be made into stairs, slabs and walls
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:GilpWg79:pqgbq0uO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GilpWg79:pqgbq0uO"
}

