Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor blokpos from u16 to i16 #80

Closed
suprohub opened this issue Nov 14, 2023 · 1 comment
Closed

Refactor blokpos from u16 to i16 #80

suprohub opened this issue Nov 14, 2023 · 1 comment

Comments

@suprohub
Copy link

In new versions block can place on -y coords up to -60.

@birbe
Copy link
Collaborator

birbe commented Nov 14, 2023

for backwards compatibility, the internal coordinate system's Y axis starts at 0, so if you're using the bigger chunk layout the range is [0, 384), which is trivial to convert between the coordinates using a negative number. also, it's up to -64 and not -60

@birbe birbe closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants