Skip to content

Commit

Permalink
reduced shooting star spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Feb 2, 2022
1 parent 95e7c41 commit b8f78c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added lib/annotations-20.1.0-sources.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/java/de/dafuqs/spectrum/config/SpectrumConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ By default citrine will generate slightly below sea level (y=32-60)

@Comment("""
Shooting star spawns are checked every night between time 13000 and 22000, every 100 ticks (so 90 chances per night).
By default, there is a 0.02 ^= 2 % chance at each of those check times. Making it ~3 shooting star spawns
By default, there is a 0.005 ^= 0.5 % chance at each of those check times. Making it ~1 shooting star spawn
per night per player that unlocked the required progression.""")
public float ShootingStarChance = 0.02F;
public float ShootingStarChance = 0.005F;

@Comment("The biomes where the biome specific plants are growing")
public List<String> MermaidsBrushGenerationBiomes = new ArrayList<>();
Expand Down

0 comments on commit b8f78c6

Please sign in to comment.