All versions
0.4.0
Release
Forgotten Flames 0.4.06 days ago 10
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Forgotten Flames 0.4.0 — Ancient Lights Update
This update adds new atmospheric light sources for builds, ruins, and forgotten places.
Added
- Added Brazier and Soul Brazier.
- Added extinguished and dormant states for braziers.
- Added Ember Lantern with ignition and extinguishing transitions.
- Added Caged Torch families for normal, soul, and copper torches.
- Added matching recipes, loot tables, creative tab entries, particles, relighting, extinguishing, and water behavior.
- Added full NeoForge and Fabric parity for the new blocks.
Notes
- Redstone caged torches are intentionally not included.
- New light sources are designed to fit the existing Forgotten Flames systems.
- Braziers, ember lanterns, and caged torches support the mod’s vanilla+ extinguishing and relighting style.
Compatibility
- Supports Minecraft 26.2.
- Available for NeoForge and Fabric.
- Install only the jar made for your loader.
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:izoNMft9:2V6EP71F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:izoNMft9:2V6EP71F"
}

