sky texture, more monolith changes

This commit is contained in:
StevenRS11
2013-05-29 17:54:41 -04:00
parent 6c8e8fa264
commit 53ad4fe53a
8 changed files with 251 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
package StevenDimDoors.mod_pocketDim.items;
import java.util.List;
import java.util.Random;
import StevenDimDoors.mod_pocketDim.LinkData;
import StevenDimDoors.mod_pocketDim.dimHelper;
@@ -132,6 +133,8 @@ public class itemDimDoor extends ItemDoor
public ItemStack onItemRightClick(ItemStack par1ItemStack, World par2World, EntityPlayer par3EntityPlayer)
{
Boolean didFindThing=false;
MovingObjectPosition hit = this.getMovingObjectPositionFromPlayer(par3EntityPlayer.worldObj, par3EntityPlayer, false );
if(hit!=null&&!par2World.isRemote)