PlotSquared
PlotSquared copied to clipboard
fix: correct height that FAWE ends up using for schematics
- this did not end up having an impact on P2 code as it always used getMinBuildHeight when PASTE_ON_TOP was false anyway
- there should not be any side effects to this as any uses this specific SCHEM_Y value are effectively normalised against it
- fixes #4404
Not yet tested
Reminder: Apply patch file fix__update_minimum_Y_coordinate_calculation_to_use_getMinGenHeight.patch
I'm quite concerned of any impact this might have on existing setups, i guess
there should not be any side effects to this as any uses this specific SCHEM_Y value are effectively normalised against it
should clear that?