summaryrefslogtreecommitdiffstats
path: root/nms-patches/Block.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Block.patch')
-rw-r--r--nms-patches/Block.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/Block.patch b/nms-patches/Block.patch
index a509ae3c..8060e69d 100644
--- a/nms-patches/Block.patch
+++ b/nms-patches/Block.patch
@@ -34,7 +34,7 @@
}
}
-@@ -923,7 +930,7 @@
+@@ -931,7 +938,7 @@
if (hashset.contains(block16)) {
for (int i = 0; i < 15; ++i) {
@@ -43,7 +43,7 @@
Block.REGISTRY_ID.a(block16.fromLegacyData(i), j);
}
-@@ -932,7 +939,7 @@
+@@ -940,7 +947,7 @@
while (unmodifiableiterator.hasNext()) {
IBlockData iblockdata = (IBlockData) unmodifiableiterator.next();
@@ -52,7 +52,7 @@
Block.REGISTRY_ID.a(iblockdata, k);
}
-@@ -941,6 +948,12 @@
+@@ -949,6 +956,12 @@
}