ParallaxLib 25.8.24
on Aug 24, 2025This new version of ParallaxLib introduces tons of new features, tries to fix the crashing on 25.7.x, and more. It fully adopts our new MEF (Multi Entity Framework) structure to make it faster and better. Enjoy.
ParallaxLib 25.7.4
on Jul 3, 2025This new release adds MusicHandler, GlobalConfigMgr, and AutoLocaleHelper. It makes using ParallaxLib easier! Now you just add this:
import me.parallax.ParallaxLib
instead of importing every feature you need.
ParallaxLib 25.7.3
on Jul 3, 2025This new version adds the PotionHandler function, it allows you to easily apply one or more potion effects to players super easily. It is an easy to use framework for potions, you must have v25.7.3 for it to work.
ParallaxLib 25.5.19
on May 10, 2025This new version of ParallaxLib allows mods to shake players' screens by using the /screenshaker command.
A basic example: (the time to jitter is in seconds, not ticks. Limit is 60s to prevent potential severe abuse of the command.
/screenshaker Dev 10
ParallaxLib 25.5.10
on May 10, 2025This new update introduces the ItemIDGet function.
It allows you to easily check item IDs from Minecraft, or other mods, this can be used to check for mods that are installed or generally other features, like disabling your mod if a mod that adds a specific block used by your mod isn't present. You can also directly check for the mod, and if its present. The documentation is located on the front page description of ParallaxLib.
ParallaxLib 25.3.8
on Mar 8, 2025This version of ParallaxLib allows our other mods to quickly access player info like health, name, hp, inventory content, potion effects, etc. This library allows the development process of our mods to be way more streamlined and quick.