Skip to content

Commit

Permalink
fix(configs): 💨[Wind Generator] fix higher => more power
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jan 20, 2024
1 parent d32bce2 commit cd04e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/mekanism/MekanismGenerators.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ generation {
>

# Maximum base generation value of the Wind Generator.
D:WindGenerationMax=110.0
D:WindGenerationMax=150.0

# The maximum Y value that affects the Wind Generators Power generation.
I:WindGenerationMaxY=255

# Minimum base generation value of the Wind Generator.
D:WindGenerationMin=150.0
D:WindGenerationMin=110.0

# The minimum Y value that affects the Wind Generators Power generation.
I:WindGenerationMinY=48
Expand Down

0 comments on commit cd04e73

Please sign in to comment.