Skip to content

Commit

Permalink
fixed typo in biome temperature tag javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Oct 14, 2024
1 parent 5236d2d commit 63f469c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private ConventionalBiomeTags() {
public static final TagKey<Biome> IS_OVERWORLD = register("is_overworld");

/**
* Biomes that are between above 0.8 temperature. (Excluding 0.8)
* Biomes that are above 0.8 temperature. (Excluding 0.8)
*/
public static final TagKey<Biome> IS_HOT = register("is_hot");
public static final TagKey<Biome> IS_HOT_OVERWORLD = register("is_hot/overworld");
Expand All @@ -72,7 +72,7 @@ private ConventionalBiomeTags() {
public static final TagKey<Biome> IS_TEMPERATE_END = register("is_temperate/end");

/**
* Biomes that are between below 0.5 temperature. (Excluding 0.5)
* Biomes that are below 0.5 temperature. (Excluding 0.5)
*/
public static final TagKey<Biome> IS_COLD = register("is_cold");
public static final TagKey<Biome> IS_COLD_OVERWORLD = register("is_cold/overworld");
Expand Down

0 comments on commit 63f469c

Please sign in to comment.