This commit is contained in:
AlgorithmX2
2013-12-28 14:54:05 -06:00
parent e9acdcbee2
commit 2878030744
4 changed files with 45 additions and 1 deletions
+7
View File
@@ -9,6 +9,7 @@ import java.util.Random;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
@@ -237,4 +238,10 @@ public class AEBasePart implements IPart, IGridProxyable, IGridHost
}
@Override
public boolean isLadder(EntityLivingBase entity)
{
return false;
}
}