2013-02-11 12:25:40 -08:00

11 lines
293 B
Java

package tinker.tconstruct.client.liquidrender;
import tinker.tconstruct.TContent;
public class LiquidCopperFX extends TextureLiquidStillFX
{
public LiquidCopperFX()
{
super(220, 255, 130, 220, 0, 120, TContent.copperStill.blockIndexInTexture, TContent.copperStill.getTextureFile());
}
}