Drop Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch

This patch appears to be no longer relevant, and is seemingly a leading
cause of datapack performance being horrific
This commit is contained in:
Shane Freeder
2020-03-15 20:03:36 +00:00
parent f2f3bed2b0
commit 413efc4602
71 changed files with 177 additions and 181 deletions

View File

@@ -13,7 +13,7 @@ Quickly loading the exact world spawn chunk before searching the
heightmap resolves the issue without having to load all spawn chunks.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index 659591e028..6e41a55065 100644
index 659591e02..6e41a5506 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke