All versions
1.9.11
Release
Contentified 1.9.116 days ago 13
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes:
- Torches of any kind can now be used on Cobwebs and Hanging Cobwebs to burn them away.
- Clovers and Eyevers are now in the “Flowers” item group.
- Leaf Litter, Butterfly Bush, and Firefly Bush are now in the “Ground Cover” item group.
- Nether Wart, Warped Wart, Nether Wart Block, Warped Wart Block, and Shroomlight are now in the “Mushrooms” item group.
- Cluckshroom Eggs can now be used in recipes that other Eggs are used in.
Fixes:
- Fixed Honey-Covered Apples, Green Apples, and Golden Potatoes not being valid Horse food.
- Fixed Golden Potatoes not being a Horse tempt item.
- Fixed the Gateway Compass not always spinning aimlessly when it can’t locate a Nether Portal or Lodestone.
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:n8VQffJt:bZUNJwNf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n8VQffJt:bZUNJwNf"
}

