Skip to content

Commit

Permalink
https://github.com/TCPR/KCauldron/commit/7bf14b4f378fb7afd7071b2751ef…
Browse files Browse the repository at this point in the history
…455e3c6fdab2
  • Loading branch information
Bogdan-G committed Jan 27, 2016
1 parent 6d062d2 commit 7d2ec78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/net/minecraft/block/BlockLiquid.java.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ../src-base/minecraft/net/minecraft/block/BlockLiquid.java
+++ ../src-work/minecraft/net/minecraft/block/BlockLiquid.java
@@ -509,7 +509,7 @@
{
p_149805_1_.setBlock(p_149805_2_, p_149805_3_, p_149805_4_, Blocks.obsidian);
}
- else if (l <= 4)
+ else if (l > 0) //Paper Spigot
{
p_149805_1_.setBlock(p_149805_2_, p_149805_3_, p_149805_4_, Blocks.cobblestone);
}

0 comments on commit 7d2ec78

Please sign in to comment.