From 4954c37706003f0716c17bda18e53876a836c2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=81=AA=E8=81=AA?= <178666380@qq.com> Date: Thu, 13 Jul 2017 22:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8A=A5=E9=94=99,=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net/minecraft/world/biome/BiomeDecorator.java.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/patches/net/minecraft/world/biome/BiomeDecorator.java.patch b/patches/net/minecraft/world/biome/BiomeDecorator.java.patch index 43a53c9..6eba50b 100644 --- a/patches/net/minecraft/world/biome/BiomeDecorator.java.patch +++ b/patches/net/minecraft/world/biome/BiomeDecorator.java.patch @@ -23,6 +23,15 @@ private static final String __OBFID = "CL_00000164"; public BiomeDecorator() +@@ -94,7 +103,7 @@ + { + if (this.currentWorld != null) + { +- throw new RuntimeException("Already decorating!!"); ++ return; + } + else + { @@ -194,7 +203,7 @@ { k = this.chunk_X + this.randomGenerator.nextInt(16) + 8;