No description
7a90dcb28b
Improved code in PocketGenerator. Restricted Monolith generation to the chunk in which populate() is being applied. We should not be generating Monoliths outside that chunk. Changed condition that would exit the function if the next available space for a Monolith was above Y = 245. Exiting the function at that point made no sense. I've realized that this placement algorithm has probably been patched up several times and that's resulted in nonsensical code. For instance, the loop continues as long as you continue finding higher points to place Monoliths. That would suggest you intended to make columns of them. But since the loop chooses random columns on each iteration goes back to Y = 0, you're really just jumping around and placing Monoliths in random places, while using irrelevant checks to decide whether to continue. I really recommend coming up with a different algorithm. I haven't replaced it completely in case it would break something. |
||
---|---|---|
resources | ||
schematics | ||
StevenDimDoors | ||
build.xml | ||
mcmod.info | ||
versionscript.py |