Skip to content

Commit

Permalink
Update OnEventComplexityBiomes.java
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSerpskiStalker committed Nov 20, 2024
1 parent f44376d commit d3207b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ private int getOrangeSkullCountForBiomes(Biome biome)
case "Sunflower Plains":
case "Birch Forest":
case "Cold Taiga":
case "Flower Forest":
return this.MIN;
case "TaigaHills":
case "Swampland":
Expand Down Expand Up @@ -300,6 +301,7 @@ private int getOrangeSkullCountForBiomesPart(Biome biome)
case "Plains":
case "Taiga M":
case "Sunflower Plains":
case "Flower Forest":
return this.MIN;
default:
return this.NULL;
Expand Down

0 comments on commit d3207b7

Please sign in to comment.