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

Off by one with the /skyisland command #162

Open
Wetterquarz opened this issue Jul 26, 2024 · 1 comment
Open

Off by one with the /skyisland command #162

Wetterquarz opened this issue Jul 26, 2024 · 1 comment

Comments

@Wetterquarz
Copy link

As I can see '/skyisland new' allows you to create 63 islands in addition to the starting island. The join and located subcommands take a number from 1 to 64. These don't seem to be shifted to the 0 to 63, which are the islands' actual indices. Consequently, it is impossible to join the original island and therefor to have the full 64 islands.

@jsorrell
Copy link
Owner

jsorrell commented Aug 4, 2024

The bug here is that the new command doesn't allow generating the 64th island (I used range not rangeClosed). The world spawn is not supposed to be island zero and instead should be a landing zone for new players when the skyIsland command is used. The spawn structure can be set using a "spawn_platform.nbt" structure file while the islands use a "sky_island.nbt" structure file.

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