summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldServer.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-07-16 08:53:29 +1000
committermd_5 <git@md-5.net>2018-07-16 08:53:29 +1000
commit82ca5c27407d2dc336b0f1f158d762f3c291e96f (patch)
tree33ae1de8d02720e916ea9b78634f81d38eb1cf5a /nms-patches/WorldServer.patch
parent10261f31d730455e64e5344648096ce58e9787e3 (diff)
downloadcraftbukkit-82ca5c27407d2dc336b0f1f158d762f3c291e96f.tar
craftbukkit-82ca5c27407d2dc336b0f1f158d762f3c291e96f.tar.gz
craftbukkit-82ca5c27407d2dc336b0f1f158d762f3c291e96f.tar.lz
craftbukkit-82ca5c27407d2dc336b0f1f158d762f3c291e96f.tar.xz
craftbukkit-82ca5c27407d2dc336b0f1f158d762f3c291e96f.zip
SPIGOT-4006: ICE rather than SNOW forming in some biomes
Diffstat (limited to 'nms-patches/WorldServer.patch')
-rw-r--r--nms-patches/WorldServer.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/WorldServer.patch b/nms-patches/WorldServer.patch
index 6c1c381e..c677b98b 100644
--- a/nms-patches/WorldServer.patch
+++ b/nms-patches/WorldServer.patch
@@ -324,7 +324,7 @@
if (flag && biomebase.b(this, blockposition)) {
- this.setTypeUpdate(blockposition, Blocks.SNOW.getBlockData());
-+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockFormEvent(this, blockposition1, Blocks.ICE.getBlockData(), null); // CraftBukkit
++ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockFormEvent(this, blockposition1, Blocks.SNOW.getBlockData(), null); // CraftBukkit
}
if (flag && this.getBiome(blockposition1).c() == BiomeBase.Precipitation.RAIN) {