Skip to content

Commit

Permalink
Fix new Eggs category breaking new configs. (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl authored Oct 3, 2024
1 parent 5aee5e2 commit 679129d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.townyadvanced</groupId>
<artifactId>TownyResources</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
<name>townyresources</name> <!-- Leave lower-cased -->

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public enum TownyResourcesConfigNodes {
"{mutton, 100, 0.25, MUTTON}," +
"{beef, 100, 0.25, BEEF}," +
"{chickens, 100, 0.25, CHICKEN}," +
"{eggs, 0.25, EGG}," +
"{eggs, 100, 0.25, EGG}," +
"{ender_pearls, 100, 0.125, ENDER_PEARL}," +
"{chorus_fruit, 100, 0.125, CHORUS_FRUIT}",
"",
Expand Down

0 comments on commit 679129d

Please sign in to comment.