Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
1.7.0
Alpha
BURNT Basic 1.7.02 years ago 106.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Updates:
- Fire Extinguisher now has durability - 1000 ticks of spray
- Flint Bow now has durability - 64 arrows before it breaks
- Flint bow with ‘Flame’ enchantment fires arrows that explode on impact (similar but weaker than the fire barrel)
- Flint bow now works as Vanilla bow, with arrow speed and damage depending on how long you hold left click
- Snowballs now extinguish any block on fire
- Vanilla Bow enchanted with ‘Flame’ can now start the burn
- More realistic fire spread - starts slow/easier to contain
- Biome specific fire spreading speen and grass fire coverage
- Fire spread is biome specific - faster and more likely to spread in hot/dry places
- Blasts with enchanted Flint Bow, or fire barrels cause random collapse events
- Random collapse events added to the burn - particularly satisfying in big build arsonry
- ‘DoFireTick’ game rule turns the burn off and on
Fixes:
- Smoldering Hay Bales and Bookshelves now extinguish
- Burnt grass recovery time takes much longer, and removed moss from regrowth
- Blocks under water now can’t catch fire
- Less particle effects when extinguishing mobs
- Supplementaries - ash spawns from breaking burning/burnt wood
- Fixed game freezing on 100% load when reopening a world in the same session
- Totally rewritten the flint bow - less buggy, no longer a hack job!
- Bug fixes galore!
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:aclfPzta:lOkJsOFu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aclfPzta:lOkJsOFu"
}

