mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
12 lines
370 B
Diff
12 lines
370 B
Diff
![]() |
--- 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;
|
||
|
|