DimDoors/StevenDimDoors/mod_pocketDim/world
SenseiKiwi 697b0da59f Fixed Configuration and Rift Generation Bugs
Although fields were created in DDProperties for Monolith spawning and
Rift generation, they were mislabeled as reading the "World Rift
Generation Enabled" property. I gave them proper names. I also changed
the fields and names to be more intuitive and rewrote the descriptions.
For instance, "MonolithSpawnDensity" is a misnomer because as density
increases, there should be more Monoliths, not less. Now the properties
clearly state how they affect a feature. I rewrote the conditions that
used each property to correspond with those simplified descriptions and
gave the properties default values that will match the generation rates
seen before.

I also made the rift generation code less cryptic and fixed a bug; there
was a check that compared if a dimension was a pocket dimension by its
name to prevent rift generation. That name check was wrong - it would
never work. Now we check if the provider is an instance of
pocketProvider. That will continue working even if we change the way
that pocket dimensions are named.
2013-06-16 09:57:51 -04:00
..
BiomeGenLimbo.java Fixed monolith spawning 2013-06-15 02:09:17 -04:00
BiomeGenPocket.java Fixed monolith spawning 2013-06-15 02:09:17 -04:00
CustomCaveGen.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
LimboGenerator.java Fixed Configuration and Rift Generation Bugs 2013-06-16 09:57:51 -04:00
LimboProvider.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
limboSkyProvider.java finished update, starting testing builds 2013-06-10 17:03:52 -04:00
pocketGenerator.java oknow 2013-06-15 04:30:46 -04:00
pocketProvider.java Fixed Configuration and Rift Generation Bugs 2013-06-16 09:57:51 -04:00