Allow proto chunks to be saved again

Appear to be used more extensively in 1.14. Subject to further review.
This commit is contained in:
Zach Brown
2019-05-30 18:22:34 -05:00
parent 18794d2123
commit f501069d24
88 changed files with 156 additions and 178 deletions

View File

@@ -25,7 +25,7 @@ The point of this is readability, but does have a side-benefit of a small microp
Finally, added a couple obfhelpers for the modified code
diff --git a/src/main/java/net/minecraft/server/JsonList.java b/src/main/java/net/minecraft/server/JsonList.java
index 04f98167d..c169d0176 100644
index 734e7ecf6..8570e38f4 100644
--- a/src/main/java/net/minecraft/server/JsonList.java
+++ b/src/main/java/net/minecraft/server/JsonList.java
@@ -0,0 +0,0 @@ public class JsonList<K, V extends JsonListEntry<K>> {