Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 2 weeks ago
All versions
1.2.3.1
Release
Sensible Inventory Tweaks 1.2.3.12 weeks ago 25
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Changed Copper Trapdoor recipe to not clash with the Copper Block recipe, now being 3 ingots in a horizontal line. Iron Trapdoor recipe matches for consistency
- Changed Lightning Rod recipe to not clash with the Copper Chain recipe, now subbing the top Copper Ingot for a piece of Redstone Dust, but now giving 4 rods in the process
- Added the Gunpowder Blocks as an uncommon Ore feature in the depths of the Nether as an alternative way to obtain the substance
- Additionally, added a very funny cool friendly peaceful and happy interaction with the Gunpowder Block when interacted with Flint and Steel or shot with a fiery projectile :)
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:47kfiwjl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GilpWg79:47kfiwjl"
}

