From 6ec5a8f2c1ce0a95aacc820a52c3e28411c28c21 Mon Sep 17 00:00:00 2001 From: Alex O'Neill <35673674+alcatrazEscapee@users.noreply.github.com> Date: Fri, 20 Nov 2020 13:11:15 -0500 Subject: [PATCH] Fix forge registry types that have private constructors (BlockStateProviderType, BlockPlacerType, FoliagePlacerType, TreeDecoratorType) (#7482) --- src/main/resources/META-INF/accesstransformer.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/META-INF/accesstransformer.cfg b/src/main/resources/META-INF/accesstransformer.cfg index bedd2b914..a4c0d575a 100644 --- a/src/main/resources/META-INF/accesstransformer.cfg +++ b/src/main/resources/META-INF/accesstransformer.cfg @@ -318,7 +318,11 @@ public net.minecraft.world.chunk.ChunkStatus (Ljava/lang/String;Lnet/minec private-f net.minecraft.world.gen.DebugChunkGenerator field_177462_b #GRID_WIDTH private-f net.minecraft.world.gen.DebugChunkGenerator field_177464_a #ALL_VALID_STATES private-f net.minecraft.world.gen.DebugChunkGenerator field_181039_c #GRID_HEIGHT +public net.minecraft.world.gen.blockplacer.BlockPlacerType (Lcom/mojang/serialization/Codec;)V # constructor +public net.minecraft.world.gen.blockstateprovider.BlockStateProviderType (Lcom/mojang/serialization/Codec;)V # constructor +public net.minecraft.world.gen.foliageplacer.FoliagePlacerType (Lcom/mojang/serialization/Codec;)V # constructor public net.minecraft.world.gen.layer.LayerUtil func_202829_a(JLnet/minecraft/world/gen/layer/traits/IAreaTransformer1;Lnet/minecraft/world/gen/area/IAreaFactory;ILjava/util/function/LongFunction;)Lnet/minecraft/world/gen/area/IAreaFactory; # repeat +public net.minecraft.world.gen.treedecorator.TreeDecoratorType (Lcom/mojang/serialization/Codec;)V # constructor private-f net.minecraft.world.raid.Raid$WaveMember field_221284_f # VALUES public net.minecraft.world.server.ServerChunkProvider field_186029_c # chunkGenerator public net.minecraft.world.server.ServerChunkProvider field_73251_h # worldObj