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
+1 -1
View File
@@ -18,4 +18,4 @@ toml_version=3.6.4
manifold_version=2022.1.7
##### FOR IDE SUPPORT AND TELL IDE TO USE CERTIAN MC VERSION: SWITCH THIS:
mcVer=1.16.5
mcVer=1.18.1