Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 2 weeks ago
All versions
1.2.0
Release
Sensible Inventory Tweaks 1.2.03 months ago 12
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
- Overhauled the Nether Fungi to make traversal much less annoying, and harvesting much more enjoyable
- Both fungi now match their item forms shapes better
- Both fungi now generate with a dedicated Cap block (like Overworld mushrooms), which behave like leaves (unlike Overworld mushrooms), decay when not supported by a log and occasionally drops the Fungi items
- Budding Shroomlight occasionally generates on these shrooms replacing regular Shroomlight. Budding Shroomlight is functionally identical except for decaying when not support by logs, also like leaves. Cosmetically, they are a clump of Shroomlight in their respective Cap block. They always drop regular Shroomlight unless harvested with Silk Touch
- All 4 blocks can be broken quicker with a Hoe
- Added many blocks to different tool tags to mine quicker, such as all Glass blocks to pickaxes, Cacti to axes and Powder Snow to shovels
- Tweaked Nether Gold spawnrate and clump size
- Ordered all modded Blocks and Items better in the Creative Inventory
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:MB3ewDqO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GilpWg79:MB3ewDqO"
}

