Version Release v4.2.2 MC-1.21.1
Notes
- Ported RunicLib to 1.21.1, from here on out 1.20.1 and 1.21.1 updates should be releasing at the same time and have similar contents. I had to port this mod AGAIN because for some reason my dumdum never pushed the changes to the GitHub and was unable to recover the files, so I will treat this changelog as if it were being ported from the 1.20.1-4.2.2 version.
Additions
- Added
registerForHolder
registry method, this allows you to create your own registries using a holder - Added
chronos_blacklisted
andtempus_blacklisted
effect tags, which are a replacement for theTickEffectImmuneEffect
class which is now marked for removal in 1.22 - Re-added RunicLib attributes, they will now co-exist alongside TipsyLib effects :-)
Changes
- Forge is no longer supported and instead NeoForge is supported for 1.21.1 versions and onwards, all classes relating to Forge have been updated to have the "Neo" prefix
registerEffect
andregisterAttribute
methods have been changed to take in a holder now due to 1.21.1 changesPerceptionEffect
is now marked for removal, useAOEEffect
instead which allows a lot more freedom over how the effect functions- If a player has Trail Blazing it will now only set fire if the user is sprinting, for other living entities it behaves as usual
Removals
- Removed
registerSoundEvent
method (incase you missed it you can create your own registries now using theregister
method!, this was removed due to it not even being properly set up)
Version Release v4.2.0 MC-1.20.1
Notes
- These additions and changes will arrive to the 1.21.1 version of RunicLib aswell once I start pushing my mods over to that version
Additions
- Created a common registry method for creating your own registries, previous registry methods will stay to prevent breaking other mods
- Returned many TipsyLib effects as they were very useful for modpack creators and some developers, the list below
does not mention effects that were never removed such as Heartbreak or Berserk;
- Adrenaline (Beneficial) - increases the user's movement speed the closer they are to death
- Burning Thorns (Beneficial) - has a chance to burn attackers of the user of this effect
- Caffeinated (Beneficial) - increases most major stats slightly (used to give Caffeine Crash after ending, this will be pushed until 1.21.1)
- Caffeine Crash (Harmful) - decreases most major stats slightly unless Caffeinated is active
- Lesser Strength (Beneficial) - increases attack damage of the user by +1.0 per level
- Lesser Weakness (Harmful) - decreases attack damage of the user by -1.0 per level
- Retaliation (Beneficial) - has a chance to damage attackers of the user of this effect
- Shatterspleen (Harmful) - the user of this effect will have multiplied damage taken More effects from TipsyLib may be ported over in the future aswell but this should mean most major/meaningful effects are now a part of the mod
Changes
- PerceptionEffect is no longer marked for removal
- Heartbreak now removes -1.0 health point per level
- Caffeinated and Caffeine Crash's speed modifier has been reduced from 0.03 -> 0.02 per level
Tweaks
- Updated the icon of Adrenaline (@Betwixer)
- Updated the icon of Retaliation
- Updated the icons of Water Walking and Lava Walking (@Betwixer)
- Updated the icons of Caffeine Crash and Caffeinated
- Updated the icons of Lesser Strength and Lesser Weakness