Bounceable - Block Bouncing Modification
For the modification to work, FermiumBooter installation is required as an essential addon.
Bounceable transforms specific block types into real trampolines! By default, this feature is added to giant mushrooms - when jumping on their tops, you can bounce higher and higher.
How the Bouncing System Works
Holding jump button: Jump momentum gradually increases up to a set limit, depending on the configured gain and limit factors.
Without pressing any buttons: The block behaves like slime - with each bounce, the height decreases until complete stop.
Holding Shift: Ignore the bouncing properties - the block becomes a regular solid surface (be careful with falling!).
Parameter Configuration
In the configuration file, you can customize two main parameters for any blocks: "acceleration" and "maximum height". These values are quite sensitive, so I recommend experimenting to achieve the desired result.
Technical reference for the calculation formula:
a=1.2 b=2 y=x+(xa(b-x)/(b+x))
Where a is the gainFactor and b is the limitFactor. Check the configuration file for more details.