Skip to content

Commit

Permalink
Change achievement name & description to include bulbs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Oct 19, 2023
1 parent 0eff548 commit 8d628ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public Collection<Achievement> createAchievements() {
new PlayerProducedNumberOfItemsCondition(1000, "flour")));

achievements.add(createAchievement(
"production.sow.flowers.all", "Sowing Seeds",
"Sow 1000 of each type of sowable flower seed",
"production.sow.flowers.all", "Sowing Flowers",
"Sow 1000 of each type of sowable flower seed and bulb",
Achievement.MEDIUM_BASE_SCORE, true,
new ChatCondition() {
@Override
Expand Down

0 comments on commit 8d628ee

Please sign in to comment.