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

[Redstone] zone id above 40 do not allow units to use "build" button #1402

Open
5p0rt5BEArD opened this issue May 11, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@5p0rt5BEArD
Copy link
Contributor

After entering any Zone with an index of 41 or higher, Units are not able to use the build action.

This is because of a bad require on in the BuildingRule that uses z, q, r to confine build location rather than q, r, s

Bounds.isInBounds(coords[0], coords[1], coords[2]),

@chrisfarms chrisfarms changed the title Zones above 40 do not allow units to construct buildings Zones above 40 do not allow units to use "build" button May 11, 2024
@chrisfarms chrisfarms changed the title Zones above 40 do not allow units to use "build" button zone id above 40 do not allow units to use "build" button May 11, 2024
@chrisfarms chrisfarms added the bug Something isn't working label May 28, 2024
@ldunnplaymint ldunnplaymint changed the title zone id above 40 do not allow units to use "build" button [Redstone] zone id above 40 do not allow units to use "build" button Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants