Particle Settings
Grinder Fix.
This commit is contained in:
@@ -94,7 +94,8 @@ 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 )
|
||||
@@ -687,4 +688,10 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
|
||||
return AEBaseItemBlock.class;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void postInit()
|
||||
{
|
||||
// override!
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user