[Bug]: Negative Gravity with Apotheosis mod
JustHmm opened this issue · 2 comments
Bug Description
-x% Total Entity Gravity
if a modifier from apotheosis mod exist on equipped items, it lowers the current gravity in ad astra dimensions without a limit. It is able to pass 0 and reach negative gravity values so your character throw into sky like a rocket.
How to Reproduce?
- Equip some rare, epic or legendary armor pieces that has modifiers for total entity gravity or add gem into any armor socket that lowers the gravity. Equip at least 2 piece so you can throw into sky like a rocket.
- visit any ad astra dimension that has low gravity like moon for example.
Expected Behavior
Normally there is a limit for how much gravity can be lowered in minecraft dimensions but there is no cap for Ad Astra Dimensions.
Version
1.11.8
Mod Loader Version
1.19.2 - 43.1.43
Mod Loader
Forge
Logs or additional context
I feel like this realistically makes sense? There's less downwards force so the modifier would act more powerful. Also ad astra's gravity works by reducing the downwards velocity so it's kinda hard to cap that
Surface gravity of the Moon is about 1.622 m/s², of Earth about 9.806 m/s².
That is the acceleration of an object being pulled towards the center of the planet.
Why should a "reduction of the gravity" result in an object being repelled by the planet?
I would assume that if wearing such a piece of armor with "-24% gravity" as mentioned in the screenshot, I'd expect the following values:
- On earth 9.806m/s² * (1 - 0,24) resulting in ~7,453m/s²
- On the moon 1,622m/s² * (1 - 0,24) resulting in ~1,233m/s².