remove unneeded access widener

This commit is contained in:
dfsek
2021-12-31 23:22:54 -07:00
parent 069b0d425a
commit 3a626d9101
2 changed files with 1 additions and 4 deletions

View File

@@ -155,7 +155,6 @@ public class FabricChunkGeneratorWrapper extends net.minecraft.world.gen.chunk.C
@Override
public CompletableFuture<Chunk> populateNoise(Executor executor, Blender arg, StructureAccessor structureAccessor, Chunk chunk) {
new StructureWeightSampler(structureAccessor, chunk);
return CompletableFuture.supplyAsync(() -> {
ProtoWorld world = (ProtoWorld) ((StructureAccessorAccessor) structureAccessor).getWorld();
BiomeProvider biomeProvider = pack.getBiomeProvider().caching();

View File

@@ -1,5 +1,3 @@
accessWidener v1 named
extendable method net/minecraft/client/world/GeneratorType <init> (Ljava/lang/String;)V
accessible method net/minecraft/world/gen/StructureWeightSampler <init> (Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/chunk/Chunk;)V
extendable method net/minecraft/client/world/GeneratorType <init> (Ljava/lang/String;)V