Fixed door render issue finally

Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
This commit is contained in:
StevenRS11
2013-03-22 00:58:55 -04:00
parent c812fafc52
commit f800a9a353
5 changed files with 49 additions and 34 deletions

View File

@@ -77,7 +77,7 @@ public class CommonTickHandler implements ITickHandler
else
{
dimHelper.getWorld(link.locDimID).setBlockWithNotify(link.locXCoord, link.locYCoord, link.locZCoord, mod_pocketDim.blockRiftID);
TileEntityRift.class.cast(dimHelper.getWorld(link.locDimID).getBlockTileEntity(link.locXCoord, link.locYCoord, link.locZCoord)).hasGrownRifts=true;
}
}
}