Insulated Server from Client Entities.
This commit is contained in:
@@ -94,8 +94,7 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
|
||||
try
|
||||
{
|
||||
ResourceLocation resLoc = new ResourceLocation( Name );
|
||||
resLoc = new ResourceLocation( resLoc.getResourceDomain(), String.format( "%s/%s%s", new Object[] { "textures/blocks",
|
||||
resLoc.getResourcePath(), ".png" } ) );
|
||||
resLoc = new ResourceLocation( resLoc.getResourceDomain(), String.format( "%s/%s%s", new Object[] { "textures/blocks", resLoc.getResourcePath(), ".png" } ) );
|
||||
|
||||
Resource res = Minecraft.getMinecraft().getResourceManager().getResource( resLoc );
|
||||
if ( res != null )
|
||||
@@ -464,6 +463,7 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
|
||||
}
|
||||
|
||||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
final public AxisAlignedBB getSelectedBoundingBoxFromPool(World w, int x, int y, int z)
|
||||
{
|
||||
ICustomCollision collisionHandler = null;
|
||||
|
||||
Reference in New Issue
Block a user