Skip to content

Commit

Permalink
Fix World.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed May 23, 2020
1 parent 087b298 commit 9b0cc16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions patches/tk/valoeghese/fc0/world/World.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
+ OrderedList<Chunk> orderedList = new OrderedList<>(chunk -> Math.abs(chunk.x) + Math.abs(chunk.z));
for (n = -8; n < 9; ++n) {
for (int i = -8; i < 9; ++i) {
@@ -85,5 +85,5 @@
}

- public final List method_7() {
+ public final List<Chunk> method_7() {
if (!this.field_15.isEmpty()) {
boolean bl = this.field_17 = !this.field_17;

0 comments on commit 9b0cc16

Please sign in to comment.