1.8.1.1
Compatibility
Required content
Changes
Added to config:
-Flame bow true/false - applies to Vanilla bow with Flame enchantment
-Fire aspect true/false - applies to tools with fires aspect enchantment
-lightning catch true/false - lightning starts a fire
Additions:
-Burnt leaves/plants can be composted
-Smoldering and burnt crops
-Blaze enchantment now only works with flint bow
-Burning sheep can drop burnt wool
Major fixes:
-Burnt blocks now register on the map
-Fixed creeper explosion bug
-Fixed lava extinguisher crash
-Fixed burnt sugarcane model
-fixed all burnt blocks with correct values
-Cave vines fixed
-Fast leaves support
-Improved flint and steel block detection
-Improved drops from burnt wood + fortune
-waterlogged blocks will now not burn
-Fixed breaking burnt doors
-Removed advancements - New advancement system coming next update
- Loads and loads of minor fixes
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:tsc9D2wh:lsXTfmlS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tsc9D2wh:lsXTfmlS"
}

