More compile fixes
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From 67f62dfa1ad2c6ea8104461749bd2b43b94bb366 Mon Sep 17 00:00:00 2001
|
||||
From 2bd3daff08c36cebcfb7c1f1a7eb3718d771daa6 Mon Sep 17 00:00:00 2001
|
||||
From: Spottedleaf <Spottedleaf@users.noreply.github.com>
|
||||
Date: Tue, 1 Jan 2019 02:22:01 -0800
|
||||
Subject: [PATCH] Add Heightmap API
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
||||
index dfc695084..10bb06489 100644
|
||||
index 7d39a8fbc..9889b0543 100644
|
||||
--- a/src/main/java/net/minecraft/server/World.java
|
||||
+++ b/src/main/java/net/minecraft/server/World.java
|
||||
@@ -577,8 +577,8 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
|
||||
@@ -589,8 +589,8 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,5 +54,5 @@ index 578fe8d19..12362d560 100644
|
||||
public Location getSpawnLocation() {
|
||||
BlockPosition spawn = world.getSpawn();
|
||||
--
|
||||
2.24.1
|
||||
2.24.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user