Bug Closed · Resolved

Altitude Condition not working in the nether

#2637 opened by Unknown 4 years ago

Unknownreported this bug

Altitude condition registers perfectly in the overworld; however upon entering the nether - the condition breaks down and doesn't function as intended.

Steps to reproduce - create a skill that utilises the altitude condition (example, require altitude > 2) and enter the nether

Expected outcome - skill should function as intended, mirroring the success of the same skill in the overworld

Actual outcome - condition doesn't recognise the altitude of the caster (in this example, despite being greater than 2 blocks from the ground, the skill refuses to proceed)

Suggestions to fix - revisit how altitude is derived, and incorporate the difference when the caster is in the nether

Cheers~!

Unknowncommented

The nether is underground and the heightmaps used for this condition don't function because of that, so this isn't possible to fix. The expensive alternative is using a raytracing mechanic @selflocation{y=-1} and seeing if it hits anything

Sign in to join the discussion.