Fixed fluids not rendering in tanks (dont no why that worked but it did )
This commit is contained in:
parent
0de33330e3
commit
8c5afc7b5e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue