Open StoneMcYT opened 2 years ago
Interestingly we're too low Y cords of schm (this is in southeastern asia where the ylevels are usually around sealevel for cities/building area)
for more clarity if this has to do with the plotHeight
variable I tried lifting the plot and recreating it, still wont works.
is there a new plot-creating function within the new version i may have missed? our old plot from the old version still generates fine tho
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
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.
Sounds good! Definitely something to be fixed before the Global Plot System releases but I do understand there are other priorities present.
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
Focus Mode and Insirpation Mode should work fine.
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
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
The working plot
Description
did a flat sel poly like usal and this happens