mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01: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;
|
||
|
|