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

11 lines
292 B
Java

package tinker.tconstruct.client.liquidrender;
import tinker.tconstruct.TContent;
public class LiquidBronzeFX extends TextureLiquidStillFX
{
public LiquidBronzeFX()
{
super(140, 220, 70, 220, 10, 40, TContent.bronzeStill.blockIndexInTexture, TContent.arditeStill.getTextureFile());
}
}