Fix TF mixin causing crash for forge

This commit is contained in:
TomTheFurry
2022-04-09 15:53:06 +08:00
parent 733bbc0b58
commit b7d627f0f5
2 changed files with 3 additions and 1 deletions
@@ -1,5 +1,6 @@
package com.seibel.lod.forge.mixins;
import net.minecraft.world.level.chunk.ChunkGenerator;
import org.spongepowered.asm.mixin.Mixin;
#if MC_VERSION_1_16_5
@@ -49,6 +50,7 @@ public class MixinTFChunkGenerator {
}
#else
@Mixin(ChunkGenerator.class)
class MixinTFChunkGenerator {
}
#endif