aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0550-Additional-Block-Material-API-s.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0550-Additional-Block-Material-API-s.patch')
-rw-r--r--patches/server/0550-Additional-Block-Material-API-s.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0550-Additional-Block-Material-API-s.patch b/patches/server/0550-Additional-Block-Material-API-s.patch
index 8d23c9d902..c37be6c6ce 100644
--- a/patches/server/0550-Additional-Block-Material-API-s.patch
+++ b/patches/server/0550-Additional-Block-Material-API-s.patch
@@ -9,10 +9,10 @@ process to do this in the Bukkit API
Adds API for buildable, replaceable, burnable too.
diff --git a/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java b/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java
-index 437daff6408357a4a19420422100914b3308b465..0be0ddcb8ea184683c1d0c619a932f3b03064941 100644
+index 25794fca0c10b262a696ecec9c736a991e8f357d..3430bf2c05f9dc47a7483327bee4c04e4d87349e 100644
--- a/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java
+++ b/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java
-@@ -456,6 +456,25 @@ public class CraftBlock implements Block {
+@@ -463,6 +463,25 @@ public class CraftBlock implements Block {
return this.getNMS().getMaterial().isLiquid();
}