Commit Graph

7 Commits

Author SHA1 Message Date
IM23a-spirgif 722003a564 Added potions and brewing recipes. Enhanced potion diversity with new effects. 2025-06-01 13:34:01 +02:00
IM23a-spirgif 1ae051c598 Adjusted ore placement height range. 2025-05-28 11:43:56 +02:00
IM23a-spirgif becbc39dc7 Fixed missing newline at the end of the file for better compliance with coding standards. 2025-05-27 10:57:27 +02:00
IM23a-spirgif bb7a36717f Added Stalinium Pickaxe with full functionality, including model, recipe, localization, and creative tab entry. Adjusted attack speed modifier for Stalinium Charge Effect for better balance. 2025-05-27 10:50:24 +02:00
IM23a-spirgif 73f54feca1 Adjusted StaliniumChargeEffect attribute modifiers. Reduced movement speed and knockback resistance bonuses to balance gameplay. Increased attack speed bonus for improved combat effectiveness. 2025-05-27 09:54:39 +02:00
IM23a-spirgif ef9489574e "Enhanced Stalinium items and effects. Increased speed, knockback resistance, and added attack speed to StaliniumChargeEffect for better combat utility. Adjusted StaliniumSwordItem cooldown and implemented ally boost effect on hit. Made all tools implement hurtEnemy for consistency. Removed unnecessary getMaxDamage overrides and kept items unbreakable. Minor cleanup in code formatting." 2025-05-27 09:51:01 +02:00
IM23a-spirgif 7007a9684b Added StaliniumCharge effect and integrated it with sword.
- Created `StaliniumChargeEffect` with speed/knockback buffs.
- Registered `ModEffects` and `StaliniumChargeEffect`.
- Updated `StaliniumSwordItem` to apply the custom effect and added cooldown handling.
- Simplified effect logic, replacing vanilla effects with the custom one.
- Ensured sword remains unbreakable.
2025-05-26 17:09:26 +02:00