mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-25 12:05:53 +01:00
Assign the World in WorldGenStronghold
Fixes GH-580
This commit is contained in:
parent
e3070b32a7
commit
aa86f4829a
@ -0,0 +1,21 @@
|
|||||||
|
From 2c920428190a7cd077e69044fb770862c62e3c86 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Zach Brown <zach.brown@destroystokyo.com>
|
||||||
|
Date: Sat, 14 Jan 2017 01:22:07 -0600
|
||||||
|
Subject: [PATCH] Assign the World in WorldGenStronghold
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/src/main/java/net/minecraft/server/WorldGenStronghold.java b/src/main/java/net/minecraft/server/WorldGenStronghold.java
|
||||||
|
index c937547..a3b958e 100644
|
||||||
|
--- a/src/main/java/net/minecraft/server/WorldGenStronghold.java
|
||||||
|
+++ b/src/main/java/net/minecraft/server/WorldGenStronghold.java
|
||||||
|
@@ -56,6 +56,7 @@ public class WorldGenStronghold extends StructureGenerator {
|
||||||
|
}
|
||||||
|
|
||||||
|
public BlockPosition getNearestGeneratedFeature(World world, BlockPosition blockposition, boolean flag) {
|
||||||
|
+ this.g = world; // Paper
|
||||||
|
if (!this.b) {
|
||||||
|
this.c();
|
||||||
|
this.b = true;
|
||||||
|
--
|
||||||
|
2.9.3
|
||||||
|
|
@ -84,6 +84,7 @@ import PersistentVillage
|
|||||||
import RemoteControlListener
|
import RemoteControlListener
|
||||||
import TileEntityEnderChest
|
import TileEntityEnderChest
|
||||||
import TileEntityLootable
|
import TileEntityLootable
|
||||||
|
import WorldGenStronghold
|
||||||
import WorldProvider
|
import WorldProvider
|
||||||
|
|
||||||
cd "$workdir/Spigot/Spigot-Server/"
|
cd "$workdir/Spigot/Spigot-Server/"
|
||||||
|
Loading…
Reference in New Issue
Block a user