streamlined teleport code

fixed bug with FoR
This commit is contained in:
StevenRS11
2013-04-06 16:58:48 -04:00
parent 49b5925ae5
commit 0983306d83
3 changed files with 63 additions and 70 deletions

View File

@@ -44,7 +44,7 @@ public class PlayerRespawnTracker implements IPlayerTracker
for(EntityItem drop : mod_pocketDim.limboSpawnInventory)
{
player.inventory.addItemStackToInventory(drop.getEntityItem());
player.inventory.addItemStackToInventory(drop.func_92014_d());
}