1.0.1
Compatibility
Changes
Forged in eternal flame, TorchBorn weapons and armor glow with the fury of living fire. Each blade ignites with every strike, each armor piece radiates untamed heat. This set is not just gear — it's a warning. Wielded only by those brave enough to burn brighter than the darkness itself.
This is a fully original mod created by HALISMOLIS. Redistribution, modification, or commercial use is strictly prohibited. You are allowed to showcase the mod on social media platforms (YouTube, TikTok, etc.) only if the download link used is the official one I provide. Any reuploads or altered versions are not allowed under any circumstances.
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:zhik3cva:68vJaA8n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zhik3cva:68vJaA8n"
}

