SPIGOT-7261: Add AsyncStructureSpawnEvent
By: Lauriichan <laura.endress@syntaxphoenix.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/net/minecraft/world/level/StructureManager.java
|
||||
+++ b/net/minecraft/world/level/StructureManager.java
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
public class StructureManager {
|
||||
|
||||
- private final GeneratorAccess level;
|
||||
+ public final GeneratorAccess level; // PAIL private -> public
|
||||
private final WorldOptions worldOptions;
|
||||
private final StructureCheck structureCheck;
|
||||
|
||||
Reference in New Issue
Block a user