Skip to content

Commit

Permalink
egg color bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MouseyPounds committed Feb 1, 2020
1 parent ae37d36 commit cef7da6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The app is written in Javascript and uses [jQuery](https://jquery.com/) and [Big

## Changelog

* 1 Feb 2020 - v3.1.1 - Fixed one of the white eggs in the cart prediction being incorrectly listed as brown. (Thanks rickselby)
* 29 Dec 2019 - v3.1.0 - Added Skull Cave Dino levels to Mine info and a new tab for Garbage Can loot; also some fixes and formatting changes
* 13 Dec 2019 - v3.0.3 - Another small version error regarding artifact troves in search results
* 7 Dec 2019 - v3.0.2 - Version detection changed again to handle semver like 1.4.2
Expand Down
2 changes: 1 addition & 1 deletion bruteforce.pl
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
165 => q[Scorpion Carp],
167 => q[Joja Cola],
174 => q[Large Egg (White)],
176 => q[Egg (Brown)],
176 => q[Egg (White)],
180 => q[Egg (Brown)],
182 => q[Large Egg (Brown)],
184 => q[Milk],
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ <h3>Feast of the Winter Star Gift Assignments</h3>
<noscript><span class="error">Javascript appears to be unsupported by or disabled in your browser. Stardew Predictor will not work without it.</span></noscript>
<h2 id="sec_changelog">Changelog</h2>
<ul>
<li> 1 Feb 2020 - v3.1.1 - Fixed one of the white eggs in the cart prediction being incorrectly listed as brown. (Thanks rickselby)</li>
<li>29 Dec 2019 - v3.1.0 - Added Skull Cave Dino levels to Mine info and a new tab for Garbage Can loot; also some fixes and formatting changes</li>
<li>13 Dec 2019 - v3.0.3 - Another small version error regarding artifact troves in search results</li>
<li> 7 Dec 2019 - v3.0.2 - Version detection changed again to handle semver like 1.4.2</li>
Expand Down
2 changes: 1 addition & 1 deletion stardew-predictor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ window.onload = function () {
165: 'Scorpion Carp',
167: 'Joja Cola',
174: 'Large Egg (White)',
176: 'Egg (Brown)',
176: 'Egg (White)',
180: 'Egg (Brown)',
182: 'Large Egg (Brown)',
184: 'Milk',
Expand Down

0 comments on commit cef7da6

Please sign in to comment.