DimDoors/StevenDimDoors/mod_pocketDim/blocks
SenseiKiwi 98162f2839 Removed Limbo Decay
Removed the code associated with Limbo decay from EventHookContainer,
LimboBlock, and CommonTickHandler. DimHelper still has blocksToDecay
since removing it could cause deserialization failures. However, nothing
should actually use that list. I also removed several unused or
redundant methods (e.g. overriding methods and putting in exactly the
same code as in the super class), fixed indentation and renamed cryptic
variables. We should have a rule against allowing cryptic variable names
like "par2", even if they're inherited from Forge. I'll implement proper
limbo decay in the next commit.
2013-07-25 00:12:13 -04:00
..
BlockDimWall.java Merge remote-tracking branch 'upstream/master' 2013-07-19 07:24:35 -04:00
BlockDimWallPerm.java Removed setTickRandomly(true) 2013-07-16 23:57:45 -04:00
BlockLimbo.java Removed Limbo Decay 2013-07-25 00:12:13 -04:00
BlockRift.java Renamed Blocks and Minor Changes 2013-07-16 17:52:26 -04:00
ChaosDoor.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
dimDoor.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
dimHatch.java Added creative tab 2013-07-13 14:13:01 -04:00
ExitDoor.java Added creative tab 2013-07-13 14:13:01 -04:00
linkDimDoor.java Added creative tab 2013-07-13 14:13:01 -04:00
linkExitDoor.java Added creative tab 2013-07-13 14:13:01 -04:00