From 22ab4657d65a883b19bbc5613c18c0c4ae195a37 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 7 May 2020 20:17:50 +0200 Subject: MC-126244 Hackfix: Cartographer map trade crash Replaced structure map trade with dummy map around (0,0) to mitigate server crash on large worlds due to poor locateStructure implementation. --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index aae5531..6c5576b 100644 --- a/Readme.md +++ b/Readme.md @@ -50,3 +50,9 @@ A dispenser pointing into an undyed Shulker Box can apply a color. ### [MC-111534](https://bugs.mojang.com/browse/MC-111534) Stat `minecraft.used:minecraft.firework_rocket` is only incremented, when the rocket is used on the ground, not during elytra flight. + +## "Fixes" + +### [MC-126244](https://bugs.mojang.com/browse/MC-126244) + +Cartographer map trade replaced with dummy map around (0,0) to mitigate server crash in large worlds due to poor implementation of locateStructure. -- cgit v1.2.3