Test seems to render fine and look fine can undo later

This commit is contained in:
Gig 2015-05-10 17:37:39 +01:00
parent 8c5afc7b5e
commit 808a3056a2

View file

@ -35,7 +35,7 @@ public class BlockFluidBase extends BlockFluidClassic{
@Override
public void registerBlockIcons(IIconRegister register)
{
stillIcon = register.registerIcon(ModInfo.MOD_ID.toLowerCase() + ":" + "fluids/" + getUnlocalizedName().substring(16) + "_still");
stillIcon = register.registerIcon(ModInfo.MOD_ID.toLowerCase() + ":" + "fluids/" + getUnlocalizedName().substring(16) + "_flowing");
flowingIcon = register.registerIcon(ModInfo.MOD_ID.toLowerCase() + ":" + "fluids/" + getUnlocalizedName().substring(16) + "_flowing");
this.stack.getFluid().setIcons(stillIcon, flowingIcon);