All versions
1.9.5
Release
Contentified 1.9.5last month 27
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes:
- Bark can now be composted.
- Logs in a Sawmill can now be crafted into Stripped Logs, Wood, and Stripped Wood.
- Wood in a Sawmill can now be crafted into Stripped Wood.
- The Reparation Block’s VISUAL BEAM now gets cut off by solid blocks.
- The Reparation Block’s repairing functionality still works through walls, the VISUAL BEAM just gets cut off by blocks to be less annoying when you’re near a Reparation Block.
Fixes:
- Fixed Blueberries not restoring the same amount of hunger and not giving the same amount of saturation as other berries.
- Fixed Stripped Willow and Maple Logs, and Stripped Willow and Maple Wood not being mineable with an Axe. (Breaking faster when an Axe is used)
- Fixed Wandering Traders not selling their unique Contentified trades.
- Fixed Wandering Traders not having trades for Contentified Logs, Flowers, etc.
- Fixed transparent pixels in the Blueberry Pie texture.
- Fixed the gray background of Reparation Blocks no longer rendering.
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:rQBC0PVC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n8VQffJt:rQBC0PVC"
}

