Tags
Creators
Details
Licensed GPL-3.0-only
Created 4 years ago
Updated last month
All versions
2.4.5-mc26.2-snapshot-6
Release
2.4.5 (26.2-snapshot-6)3 months ago 174
Uploaded by
Compatibility
Minecraft: Java Edition
26.2-snapshot-6
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Added Fire Types.
- Fire Types control the amount of damage an entity will take and the textures to use while on fire.
- A data-driven registry is used to create Fire Types:
blocks: An ID, a list of IDs, or a tag of Blocks that correspond to the Fire Type. (e.g., Fire and Campfire)damage: The amount of damage the Fire Type will inflict.spreads_from_zombie: Whether the Fire Type can be spread from Zombie attacks.spreads_from_ignite_enchantments: Whether the Fire Type can be spread from Enchantments that ignite entities.replaceable: Whether this Fire Type can be overriden by another upon contact.texture_0: The first Fire overlay texture.texture_1: The second Fire overlay texture, also used in first-person view.
- Added the
frozenlib:default_fire_blocksBlock Tag, containing the Fire and Campfire blocks by default. - Added the
frozenlib:soul_fire_blocksBlock Tag, which is empty by default.
Optional dependencies
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:9KawNmQc:hxsRwoCz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9KawNmQc:hxsRwoCz"
}


