
ParallaxLib
A shared library for ParallaxLib mods, also open to all other mod creators who want to use it. This speedy library aims to reduce workload of devs by making some functions easy. Don't mess with all kinds of funcs, imports, etc. Use ParallaxLib.
This 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 10This 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.
This 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.

