From 82ca5c27407d2dc336b0f1f158d762f3c291e96f Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 16 Jul 2018 08:53:29 +1000 Subject: SPIGOT-4006: ICE rather than SNOW forming in some biomes --- nms-patches/WorldServer.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nms-patches/WorldServer.patch') 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) { -- cgit v1.2.3