Fixed JavaDoc
This commit is contained in:
parent
3b1d74f43d
commit
e139f9946e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue