Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 2 weeks ago
All versions
1.2.1
Release
Sensible Inventory Tweaks 1.2.12 months ago 29
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added Potion of Haste, along with the Long and Strong variants, + Splash Potions, Lingering Potions and Tipped Arrows
- Brewed with a Golden Potato with Awkward Potions
- Added Potion of Mining Fatigue, along with the Long and Strong variants, Splash Potions, Lingering Potions and Tipped Arrows
- Brewed with any Haste Potion with a Fermented Spider Eye
- Golden Potato changed to be a Golden Carrot alternative
- Added the Golden Potato as a rare item in Abandoned Mineshafts
- Removed the Enchanted Golden Potato... you will be missed...
- Torchflowers now emit light
- Crop Stage 1 = Light Level 7
- Crop Stage 2 = Light Level 10
- Crop Stage 3 and standalone Torchflower = Light Level 14
- Potted Torchflower = Light Level 12
- Mooshrooms now drop Flank instead of Beef (may or may not have overlooked them before)
- Added 4 Redstone Lamp variants based on other full block sized lights (if Glowstone can go in a lamp, why can't these?)
- All three Froglights, Ochre, Pearlescent and Verdant
- Sea Lantern
- Crafted like a regular Redstone Lamp but substituting Glowstone with the desired block
- Copper Ore drops less Raw Copper, but Copper Blocks now only need 4 Copper
- TNT recipe now gives 4 TNT
- Made Map recipes cheaper, shapeless recipe that uses a Paper, Feather and Ink Sac or Black Dye interchangably
- Written Book can now also use either an Ink Sac or Black Dye
- Added Large variants of the new Crimson and Warped Fungi
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:HmvKEmH1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GilpWg79:HmvKEmH1"
}

