DimDoors/StevenDimDoors/mod_pocketDim
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
..
blocks a few last tweaks 2013-06-16 03:40:46 -04:00
commands Improved DungeonHelper 2013-06-16 05:59:53 -04:00
helpers Improved DungeonHelper 2013-06-16 05:59:53 -04:00
items Fixed monolith spawning 2013-06-15 02:09:17 -04:00
ticking a few last tweaks 2013-06-16 03:40:46 -04:00
world Fixed Configuration and Rift Generation Bugs 2013-06-16 09:57:51 -04:00
BlankTeleporter.java a few last tweaks 2013-06-16 03:40:46 -04:00
CloudRenderBlank.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
CommonProxy.java finished mob (I think) 2013-05-30 02:30:17 -04:00
CommonTickHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
ConnectionHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
DDLoot.java merged SenseiKiwi changes 2013-06-16 01:50:23 -04:00
DDProperties.java Fixed Configuration and Rift Generation Bugs 2013-06-16 09:57:51 -04:00
DimData.java Fixed null DDProperties reference in DimData 2013-06-14 05:14:34 -04:00
DimUpdatePacket.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
DungeonGenerator.java merged SenseiKiwi changes 2013-06-16 01:50:23 -04:00
EventHookContainer.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
LinkData.java rebuilt how rifts get dungeon data assigned to them 2013-06-03 20:56:15 -04:00
mod_pocketDim.java Cleaned references in mod_pocketDim 2013-06-16 05:18:17 -04:00
ObjectSaveInputStream.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
PacketHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
PlayerRespawnTracker.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
pocketTeleporter.java finished update, starting testing builds 2013-06-10 17:03:52 -04:00
Point3D.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
RiftGenerator.java Fixed Configuration and Rift Generation Bugs 2013-06-16 09:57:51 -04:00
SchematicLoader.java configurable rift gen and monolith spawn density 2013-06-16 02:59:02 -04:00
ServerPacketHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
Spells.java finished mob (I think) 2013-05-30 02:30:17 -04:00
TileEntityDimDoor.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
TileEntityDimRail.java rift blade creates rifts, doors can teleport carts and items 2013-03-09 23:04:20 -05:00
TileEntityRift.java tweaked mob spawn frequency and rifts erase 2013-06-15 02:17:06 -04:00
TransientDoor.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00