DimDoors/StevenDimDoors/mod_pocketDim
SenseiKiwi 6b69d3d138 Added Nether Gateway Chance Correction
Modified RiftGenerator to correct for the rarity of Rift Gateways in the
Nether. Our config settings allow us to set the probability that we will
attempt to generate a gateway in a given chunk. However, that doesn't
guarantee that a gateway will generate.

I collected a lot of data and determined that generation succeeds in the
Nether only about 15% of the time. That's compared to 30% in the
Overworld when counting oceans (which always fail) and about 75%
(sometimes higher) when traveling mainly on land.

RiftGenerator now corrects for this by multiplying the chance of
attempting to generate gateways in the Nether by 4. Gateways in the
Nether are still relatively rare and hard to find, but you'll
occasionally come across them now. Also reorganized the code a little
for clarify.
2013-08-07 22:11:10 -04:00
..
blocks Various Fixes 2013-08-06 01:12:12 -04:00
commands Progress on Implementing Dungeon Packs 2013-08-05 09:48:49 -04:00
dungeon Basic Configurable Dungeon Chains 2013-08-05 20:16:45 -04:00
helpers Merge remote-tracking branch 'upstream/master' into DungeonPacks 2013-08-06 05:30:19 -04:00
items Changes to dimHelper 2013-07-31 19:34:08 -04:00
schematic added vanilla rail rotations 2013-08-05 16:27:33 -04:00
ticking Made Rifts Check Block Hardness 2013-08-03 06:12:56 -04:00
util Basic Configurable Dungeon Chains 2013-08-05 20:16:45 -04:00
world Changes to dimHelper 2013-07-31 19:34:08 -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
ConnectionHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
DDLoot.java Replaced Hashtable with HashMap 2013-06-16 11:06:08 -04:00
DDProperties.java Added Exception on Bad Terrain Block IDs 2013-07-31 12:24:10 -04:00
DimData.java Renamed printAllLinkData and limbo decay 2013-07-11 20:42:57 -04:00
DimUpdatePacket.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
DungeonGenerator.java Progress on Implementing Dungeon Packs 2013-08-05 09:48:49 -04:00
EventHookContainer.java Made Rifts Check Block Hardness 2013-08-03 06:12:56 -04:00
LimboDecay.java Overhauled Tick Sending by CommonTickHandler 2013-07-26 05:15:44 -04:00
LinkData.java Partial Overhaul of Commands 2013-06-25 13:55:13 -04:00
mod_pocketDim.java Made Rifts Check Block Hardness 2013-08-03 06:12:56 -04:00
ObjectSaveInputStream.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
PacketHandler.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
PlayerRespawnTracker.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
pocketTeleporter.java Fixed /dd-rift orientation funkyness. 2013-07-30 20:15:55 -04:00
Point3D.java Made Rifts Destroy Blocks in Layers 2013-08-03 13:56:48 -04:00
RiftGenerator.java Added Nether Gateway Chance Correction 2013-08-07 22:11:10 -04:00
SchematicLoader.java Basic Configurable Dungeon Chains 2013-08-05 20:16:45 -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 Changes to dimHelper 2013-07-31 19:34:08 -04:00
TransientDoor.java Changes to dimHelper 2013-07-31 19:34:08 -04:00