0.0.1
Compatibility
Changes
Initial Release â The "Fire & Steel" Update
New Features & Major Improvements:
đ¨Â Mace "Smash" Mechanic: Added a powerful downward smash attack. Falling from 1.5+ blocks triggers a fiery explosion on impact. âď¸Â Sword "Fiery Shield": Right-clicking now creates a defensive Nova that knocks back enemies and provides Resistance II + Fire Resistance. đąÂ Spear "Lava Riptide" Fix: Re-balanced the catapult force for smooth and stable movement through lava (no more rubberbanding!).
Enhanced Visuals:
Added a clean Fiery Beam for the Sword. Added Sweep Attack and Crit particles for Spear stabs. Improved Riptide trails with Lava and Campfire Smoke. Massive explosion particles for the Mace Smash and Spear Impact.
GUI Polishing:
Added a 40% transparent Ghost Lava Bucket icon in the Smelting Table fuel slot. Ghost icon automatically hides when the recipe menu is open for a cleaner look. Animated Orange-to-Yellow gradient for the smelting progress bar.
Bugfixes:
Fixed several crashes related to invalid sound references. Stabilized the movement physics for all custom abilities.
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:F7qegBQq:6J0TPCSp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F7qegBQq:6J0TPCSp"
}

