parent
d62148bb07
commit
46d73fbc50
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class RenderPipe extends TileEntitySpecialRenderer {
|
|||
BlockInterface block = new BlockInterface();
|
||||
|
||||
Fluid fluid = FluidRegistry.getFluid(liquidId);
|
||||
if (fluid.getBlockID() != 0) {
|
||||
if (fluid.getBlockID() > 0) {
|
||||
block.baseBlock = Block.blocksList[fluid.getBlockID()];
|
||||
} else {
|
||||
block.baseBlock = Block.waterStill;
|
||||
|
|
Loading…
Reference in a new issue