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

11 lines
291 B
Java

package tinker.tconstruct.client.liquidrender;
import tinker.tconstruct.TContent;
public class LiquidCobaltFX extends TextureLiquidStillFX
{
public LiquidCobaltFX()
{
super(0, 30, 30, 100, 100, 250, TContent.cobaltStill.blockIndexInTexture, TContent.cobaltStill.getTextureFile());
}
}