Changed limbo trips to never kill the player

Solves the player not getting inventory back, especially for special
slots.
This commit is contained in:
StevenRS11
2013-09-06 15:36:12 -04:00
parent 6512327ee8
commit cff13e9bb5
5 changed files with 46 additions and 44 deletions

View File

@@ -479,7 +479,7 @@ public class DDoorBase extends BlockContainer implements IDDoorLogic
*/
public int idPicked(World par1World, int par2, int par3, int par4)
{
return this.blockID;
return this.getDrops();
}
public int idDropped(int par1, Random par2Random, int par3)