Fix not being able to place blocks in liquids, and related issues.

This commit is contained in:
Lex Manos 2014-11-28 11:19:30 -08:00
parent 10efdbc085
commit f35a53bad5

View file

@ -10,6 +10,15 @@
}
public static IBlockState func_176220_d(int p_176220_0_)
@@ -304,7 +305,7 @@
public boolean func_176200_f(World p_176200_1_, BlockPos p_176200_2_)
{
- return false;
+ return func_149688_o().func_76222_j();
}
public Block func_149711_c(float p_149711_1_)
@@ -341,9 +342,10 @@
return this.field_149789_z;
}