Skip to content

Commit

Permalink
Tweaked growth speed configuration.
Browse files Browse the repository at this point in the history
These changes don't change so much balance in early-game, but give players some technical "buffs" (like sprinkler) in mid-game.
  • Loading branch information
OneEyeMaker committed Aug 2, 2017
1 parent cefd0c5 commit dc26d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/HungerOverhaul/HungerOverhaul.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ harvestcraft {

harvesting {
# Multiplier on the effectiveness of bonemeal; the smaller this is, the more often bonemeal will fail to create growth. Set to 0 to disable bonemeal completely. [vanilla: 1.0] [range: 0.0 ~ 1.0, default: 0.5]
S:bonemealEffectiveness=0.5
S:bonemealEffectiveness=1.0

# Enables/disables harvest crops by right clicking them [vanilla: false] [default: true]
B:enableRightClickHarvesting=true
Expand Down
2 changes: 1 addition & 1 deletion config/OpenBlocks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ sponge {

sprinkler {
# Consume rate of bonemeal (ticks/item).
I:bonemealConsumeRate=600
I:bonemealConsumeRate=300

# 1/chance that crops will be fertilized with bonemeal
I:bonemealFertilizeChance=10
Expand Down

0 comments on commit dc26d89

Please sign in to comment.