summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/WorldGenFactory.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nms-patches/WorldGenFactory.patch b/nms-patches/WorldGenFactory.patch
new file mode 100644
index 00000000..ff610567
--- /dev/null
+++ b/nms-patches/WorldGenFactory.patch
@@ -0,0 +1,11 @@
+--- a/net/minecraft/server/WorldGenFactory.java
++++ b/net/minecraft/server/WorldGenFactory.java
+@@ -9,7 +9,7 @@
+ public class WorldGenFactory {
+
+ private static final Logger a = LogManager.getLogger();
+- private static final Map<String, Class<? extends StructureStart>> b = Maps.newHashMap();
++ public static final Map<String, Class<? extends StructureStart>> b = Maps.newHashMap(); // CraftBukkit private -> public
+ private static final Map<Class<? extends StructureStart>, String> c = Maps.newHashMap();
+ private static final Map<String, Class<? extends StructurePiece>> d = Maps.newHashMap();
+ private static final Map<Class<? extends StructurePiece>, String> e = Maps.newHashMap();