Update BlockOilFlowing.java
Missed an @SideOnly
This commit is contained in:
parent
38072c8aa7
commit
15430f4277
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ public class BlockOilFlowing extends BlockFluid implements ILiquid {
|
||||||
int numAdjacentSources = 0;
|
int numAdjacentSources = 0;
|
||||||
boolean isOptimalFlowDirection[] = new boolean[4];
|
boolean isOptimalFlowDirection[] = new boolean[4];
|
||||||
int flowCost[] = new int[4];
|
int flowCost[] = new int[4];
|
||||||
|
|
||||||
|
@SideOnly(Side.CLIENT)
|
||||||
private Icon[] field_94425_a;
|
private Icon[] field_94425_a;
|
||||||
|
|
||||||
public BlockOilFlowing(int i, Material material) {
|
public BlockOilFlowing(int i, Material material) {
|
||||||
|
|
Loading…
Reference in a new issue