From 854f3d35c197725ce2e3e0bf73f2f8c34356685e Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Tue, 22 Feb 2022 14:28:34 -0800 Subject: [PATCH] Put world into worldlist before initing the world Some parts of legacy conversion will need the overworld to get the legacy structure data storage --- ...o-worldlist-before-initing-the-world.patch | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 patches/server/0874-Put-world-into-worldlist-before-initing-the-world.patch diff --git a/patches/server/0874-Put-world-into-worldlist-before-initing-the-world.patch b/patches/server/0874-Put-world-into-worldlist-before-initing-the-world.patch new file mode 100644 index 000000000..5aa64d679 --- /dev/null +++ b/patches/server/0874-Put-world-into-worldlist-before-initing-the-world.patch @@ -0,0 +1,41 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Spottedleaf +Date: Tue, 22 Feb 2022 14:21:35 -0800 +Subject: [PATCH] Put world into worldlist before initing the world + +Some parts of legacy conversion will need the overworld +to get the legacy structure data storage + +diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java +index 1674deebbeab0995ed7acacf8052e1daf4d2a7bc..053dbe5eef6574cfe98ab7499181bdd83a81f2e1 100644 +--- a/src/main/java/net/minecraft/server/MinecraftServer.java ++++ b/src/main/java/net/minecraft/server/MinecraftServer.java +@@ -693,9 +693,10 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop