Skip to content

Commit

Permalink
Fix not being able to place blocks in liquids, and related issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Nov 28, 2014
1 parent 10efdbc commit f35a53b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patches/minecraft/net/minecraft/block/Block.java.patch
Expand Up @@ -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;
}
Expand Down

0 comments on commit f35a53b

Please sign in to comment.