Tags
Creators
Details
2.0.2-Fabric
Compatibility
Required content
Changes
2.0.2 - Quality of Life & Improvements
Changes
-Tooltip description for Treacherous Flame
-Right-clicking a locked brazier chest now shows a message
-Ghast Fireball Redesign
-Blaze Fireball Redesign
-Dragon Fireball Redesign
-Pump-Charge Upgrade Templates can now be duplicated
-Removed unused items and blocks from registry
-Split retextures into a built-in resource pack (always enabled by default)
-Skeleton Retexture is now in Conflicting Retextures pack
-Buffed Sculk Grinder reward to 450 experience points per treacherous fire
-Added compat for enchantment descriptions
-Nether Pizza is now crafted with Warped Wart instead of Warped Roots
-Added Turkish Translation
-Added Spanish Translation
Fixes
-All Netherrack Blocks now burn forever
-Only mobs spawned by the Treacherous Candle now attempt to break it
-Stridite and Netherite Plating items are now fire-proof
-Fixed certain blocks not burning soul fire
-Carcasses can now be revived with a fire charge (if for some reason you want to???)
-Banshee Rod now renders properly in third person
-Fixed signs using unique nether wood texture in default pack
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:v3UlehfS:QcYi061I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v3UlehfS:QcYi061I"
}




