@@ -1,5 +1,14 @@
|
||||
--- a/net/minecraft/server/BiomeStorage.java
|
||||
+++ b/net/minecraft/server/BiomeStorage.java
|
||||
@@ -12,7 +12,7 @@
|
||||
public static final int a = 1 << BiomeStorage.e + BiomeStorage.e + BiomeStorage.f;
|
||||
public static final int b = (1 << BiomeStorage.e) - 1;
|
||||
public static final int c = (1 << BiomeStorage.f) - 1;
|
||||
- private final Registry<BiomeBase> g;
|
||||
+ public final Registry<BiomeBase> g; // PAIL
|
||||
private final BiomeBase[] h;
|
||||
|
||||
public BiomeStorage(Registry<BiomeBase> registry, BiomeBase[] abiomebase) {
|
||||
@@ -87,4 +87,14 @@
|
||||
|
||||
return this.h[i1 << BiomeStorage.e + BiomeStorage.e | j1 << BiomeStorage.e | l];
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
+
|
||||
+ org.bukkit.generator.ChunkGenerator gen = this.server.getGenerator(name);
|
||||
+
|
||||
+ IRegistryCustom.Dimension iregistrycustom_dimension = IRegistryCustom.b();
|
||||
+ IRegistryCustom.Dimension iregistrycustom_dimension = this.f;
|
||||
+
|
||||
+ RegistryReadOps<NBTBase> registryreadops = RegistryReadOps.a((DynamicOps) DynamicOpsNBT.a, this.dataPackResources.h(), iregistrycustom_dimension);
|
||||
+ worlddata = (WorldDataServer) worldSession.a((DynamicOps) registryreadops, datapackconfiguration);
|
||||
|
||||
Reference in New Issue
Block a user