From ed248157a549128640e5c9456988fbe93d7dd0a9 Mon Sep 17 00:00:00 2001 From: tom lee Date: Sun, 13 Feb 2022 19:51:17 +0800 Subject: [PATCH] Fixed it so it works --- .../java/com/seibel/lod/forge/mixins/MixinTFChunkGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinTFChunkGenerator.java b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinTFChunkGenerator.java index a644b4652..f3bbd8cce 100644 --- a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinTFChunkGenerator.java +++ b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinTFChunkGenerator.java @@ -30,7 +30,7 @@ public class MixinTFChunkGenerator { + "Lnet/minecraft/world/level/WorldGenLevel;" + "Lnet/minecraft/world/level/chunk/ChunkGenerator;" + "Ljava/util/Random;Lnet/minecraft/core/BlockPos;)Z" - ), require = 0) + )) private boolean wrapDecorate$FeaturePlace(ConfiguredFeature feature, WorldGenLevel arg, ChunkGenerator arg2, Random random, BlockPos arg3) { synchronized((FeatureGenerator)(Object)this) {