Fixed fluids not rendering in tanks (dont no why that worked but it did )

This commit is contained in:
Gig 2015-05-10 17:36:09 +01:00
parent 0de33330e3
commit 8c5afc7b5e

View file

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