-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Bug] - [23:06:33 ERROR]: An error occurred while generating plot! #109
Comments
for more clarity if this has to do with the |
Narrowed it down to this code, this is an application thrown exception, there could have been a much better job at making this clearer // Plots created below min world height are not supported
if (plotHeight < MIN_WORLD_HEIGHT) throw new IOException("Plot height is not supported"); |
@LordTuxn This doesn't seem like great behavior and there should definitely be a plan to relocate plots vertically in a better way, and check if their Y range < 256 top to bottom and then move min y to 0, seems like a better way to go about it, and for why the min height is 5, no idea? |
I wanted to implement it but I totally forgot about it since it wasn't a problem for us. It was only a temporary fix. The idea behind the MinWorldHeight is that the plot will never generate at height 0 or 1 for example, because this is not really what you want for building. Currently I don't really have time to implement it but I will try to fix it as soon as possible. |
So i suppose ASEAN's plotsystem is down and we are forced to downgrade to a working version? For our bedrock and new builders to be able to build |
Sounds good! Definitely something to be fixed before the Global Plot System releases but I do understand there are other priorities present. |
Focus Mode and Insirpation Mode should work fine. |
Tested it these are plots made on the new version but plots made before the upgrade seems to work in focus mode |
Description
did a flat sel poly like usal and this happens
The text was updated successfully, but these errors were encountered: