Fixed JavaDoc

This commit is contained in:
Frank 2023-04-22 16:39:49 +02:00
parent 3b1d74f43d
commit e139f9946e

View file

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