All versions
2.1+mod
Release
Lightningborn v2.1 - 1.219 months ago 221
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Required content
Changes
HOT FIX!!
Resource Pack
- The resource pack had the wrong namespace which caused problems. This had been fixed.
- For those using the datapack, you will have to replace the resourcepack in your resourcepack folder. (The datapack doubles as the resourcepack)
- For those using the mod, just update the mod.
Abilities
- Skyward Surge
- When teleporting the amount of blocks fallen is set to 0. This change was implemented last update, but I forgot to include it in the changelogs
Passives
- Conductive Hunger
- Can now eat ingots even while at full health
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:DKG7SkfW:n2gPM7oh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DKG7SkfW:n2gPM7oh"
}

