Fixes for JavaDoc

This commit is contained in:
Frank 2022-08-16 22:32:16 +02:00
parent 82703fe992
commit fefb39cbd8

View file

@ -16,7 +16,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
/**
* We need a hook here to alter surface rules after Fabric did add its biomes
* in {@link net.fabricmc.fabric.mixin.biome.MixinMinecraftServer}
* in {@link net.fabricmc.fabric.mixin.biome.MinecraftServerMixin}
*/
@Mixin(value = MinecraftServer.class, priority = 2000)
public class MinecraftServerMixin {