mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-02 02:00:14 -04:00
Make @see refer to the right class (#2085)
This commit is contained in:
parent
4457765521
commit
7b0f312611
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public final class NetherBiomes {
|
|||
*
|
||||
* @param biome The biome to add. Must not be null.
|
||||
* @param mixedNoisePoint data about the given {@link Biome}'s spawning information in the nether.
|
||||
* @see MultiNoiseUtil.NoiseValuePoint
|
||||
* @see MultiNoiseUtil.NoiseHypercube
|
||||
*/
|
||||
public static void addNetherBiome(RegistryKey<Biome> biome, MultiNoiseUtil.NoiseHypercube mixedNoisePoint) {
|
||||
NetherBiomeData.addNetherBiome(biome, mixedNoisePoint);
|
||||
|
|
Loading…
Add table
Reference in a new issue