Test seems to render fine and look fine can undo later
This commit is contained in:
parent
8c5afc7b5e
commit
808a3056a2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue