2013-02-06 18:19:14 -08:00

11 lines
322 B
Java

package tinker.tconstruct.client.liquidrender;
import tinker.tconstruct.TContent;
public class LiquidManyullynFlowFX extends TextureLiquidFlowingFX
{
public LiquidManyullynFlowFX()
{
super(150, 250, 50, 120, 150, 250, TContent.manyullynFlowing.blockIndexInTexture+1, TContent.manyullynFlowing.getTextureFile());
}
}