Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 2 weeks ago
All versions
1.2.3
Release
Sensible Inventory Tweaks 1.2.3last month 24
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added Framed Glass, a medieval styled, more resistant version of glass crafted with Glass surrounding an Iron Ingot, also has a Panes version like most other Glass
- Added the Glowstick, a Torch-like block that only works underwater, made with Glow Ink instead of Coal
- Bookshelves and Chiseled Bookshelves drop themselves now
- Fixed an infinite book exploit, Bookshelves decraft into one book instead of three
- Changed Deepslate to be a non rotational block, have a six sided texture, and made said texture the superior 21w08a Deepslate Top texture. Adjusted the Deepslate Ores to match
- Also changed Cobbled Deepslate to the 21w08a texture
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:3yeDYWNl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GilpWg79:3yeDYWNl"
}

