Mappings Update
By: md_5 <git@md-5.net>
This commit is contained in:
parent
239b2828db
commit
d7e312278d
120 changed files with 878 additions and 1619 deletions
|
@ -1,15 +1,6 @@
|
|||
--- a/net/minecraft/server/StructureGenerator.java
|
||||
+++ b/net/minecraft/server/StructureGenerator.java
|
||||
@@ -43,7 +43,7 @@
|
||||
StructureStart structurestart = this.a(generatoraccess, chunkgenerator, (SeededRandom) random, i2);
|
||||
|
||||
if (structurestart != StructureGenerator.a && structurestart.c().a(l, i1, l + 15, i1 + 15)) {
|
||||
- ((LongSet) chunkgenerator.getStructureCache(this).computeIfAbsent(j1, (i) -> {
|
||||
+ ((LongSet) chunkgenerator.getStructureCache(this).computeIfAbsent(j1, (x) -> { // CraftBukkit - fix decompile error
|
||||
return new LongOpenHashSet();
|
||||
})).add(i2);
|
||||
generatoraccess.getChunkProvider().a(j, k, true).a(this.a(), i2);
|
||||
@@ -204,7 +204,7 @@
|
||||
@@ -202,7 +202,7 @@
|
||||
return structurestart;
|
||||
} else {
|
||||
ChunkCoordIntPair chunkcoordintpair = new ChunkCoordIntPair(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue