fixed rift sig shine issue- moved to NBT data

fixed NEI bug

Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
StevenRS11
2013-04-07 00:37:13 -04:00
parent 5afc6a24a3
commit cefbd1c0a8
9 changed files with 145 additions and 98 deletions

View File

@@ -41,7 +41,7 @@ public class PlayerRespawnTracker implements IPlayerTracker
if(!player.worldObj.isRemote)
{
for(EntityItem drop : mod_pocketDim.limboSpawnInventory)
for(EntityItem drop : mod_pocketDim.limboSpawnInventory.get(player.username))
{
player.inventory.addItemStackToInventory(drop.getEntityItem());