0.1.0-dev
Compatibility
Required content
Changes
Nera Jadis 0.1.0
Initial Release
==========================================
English
The first public release of Nera Jadis for Minecraft 1.21.1 NeoForge.
Added:
- Original weapons with unique models, textures, skills, effects, and animations.
- Judgment weapon system with multiple combat skills and an ultimate ability.
- Sky Spear weapon with aerial movement, charging, throwing, and pursuit attacks.
- Chained Demon weapon with demonization, berserk abilities, special attacks, and accessory effects.
- Time Staff with Time Domain and Time Deprivation abilities.
- Fusion bracelet system with player fusion, shared effects, fusion particles, fusion HUD, and separation mechanics.
- Independent skill HUD with per-skill cooldown masks and support for weapons with different skill counts.
- Blueprint items, crafting recipes, custom materials, and dedicated creative tabs.
- GeckoLib-based models, animations, glowing textures, and custom visual effects.
- Optional Epic Fight compatibility for supported weapon attack behavior.
- NPC fusion support and player skin compatibility improvements.
This release is an early development version. Some visual effects, balance values, and compatibility details may be adjusted in future updates.
Requirements:
- Minecraft 1.21.1
- NeoForge 21.1.x
- GeckoLib 4.9.2
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:zOdu7UE2:a8U53Hrq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zOdu7UE2:a8U53Hrq"
}

