echurchill / CityWorld

Minecraft/Bukkit world generator
62 stars 36 forks source link

Contexts not functioning correctly #8

Closed spaceribs closed 11 years ago

spaceribs commented 11 years ago

Me again,

Contexts seem to be broken in the most recent release, if I find the issue I'll send you a pull request.

spaceribs commented 11 years ago

Found it:

https://github.com/echurchill/CityWorld/blob/master/src/me/daddychurchill/CityWorld/Support/PlatMap.java#L26 should be private float naturalPlats;

This needs to be a float or else getNaturePercent returns only 0 or 1

echurchill commented 11 years ago

Good spot...

I noticed that yesterday as well. I fixed it but just haven't checked it in yet. :-)