1.1
Compatibility
Changes
Changelog 1.1.0 (1.21.7 - 1.21.11) FragmentVersion expands its natural ecosystem, giving your leftover bark and bamboo real, balanced utility in survival.
[+] Bamboo Support: Stripping a Bamboo Block now drops Fibrous Bamboo. Like bark, it can be used to manually restore stripped bamboo or be regrown with Bone Meal.
[+] Paper Crafting: You can now craft Paper using any regular Overworld Bark or Fibrous Bamboo (implemented cleanly via item tags).
[+] Tanning Mechanics: Turn Rotten Flesh into Leather by combining it with any Overworld Bark in a crafting grid.
[+] Composter Integration: Bark and Fibrous Bamboo now have a 50% chance to raise the composter level. Nether Shucks are more nutritious and have a 65% chance.
[*] Fuel Rebalance: Increased Overworld Bark burn time from 20 to 100 ticks (5 seconds). Fibrous Bamboo added as a quick fuel source burning for 50 ticks (2.5 seconds).
[*] Under the Hood: Implemented automated JSON minification in the build process, keeping the final mod size incredibly lightweight (under 400 KB).
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:DhL3i9iR:4xEB9iRW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DhL3i9iR:4xEB9iRW"
}

