Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greyivy committed Jan 6, 2023
1 parent 224c8c1 commit e239fd9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OrnithologistsGuild.CP/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "[CP] Ornithologist's Guild",
"Author": "Ivy",
"Version": "1.4.1",
"Version": "1.4.2",
"Description": "Bird houses, binoculars, and a new building to explore! Ornithologist's Guild brings a totally new birding experience to Stardew Valley, complete with updated bird mechanics, seasonal birds, a progression system, a new shop, an NPC with a tragic past, and much more!",
"UniqueID": "Ivy.OrnithologistsGuild.CP",
"MinimumApiVersion": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion OrnithologistsGuild.STF/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "[STF] Ornithologist's Guild",
"Author": "Ivy",
"Version": "1.4.1",
"Version": "1.4.2",
"Description": "Bird houses, binoculars, and a new building to explore! Ornithologist's Guild brings a totally new birding experience to Stardew Valley, complete with updated bird mechanics, seasonal birds, a progression system, a new shop, an NPC with a tragic past, and much more!",
"UniqueID": "Ivy.OrnithologistsGuild.STF",
"MinimumApiVersion": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions OrnithologistsGuild/assets/dga/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"Ingredients": [
{
"Type": "VanillaObject",
"Value": 2,
"Value": 390,
"_Name": "Stone",
"Quantity": 250
},
Expand Down Expand Up @@ -212,7 +212,7 @@
"Ingredients": [
{
"Type": "VanillaObject",
"Value": 2,
"Value": 390,
"_Name": "Stone",
"Quantity": 250
},
Expand Down
6 changes: 5 additions & 1 deletion OrnithologistsGuild/assets/dga/i18n/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
"crafting.Ivy_OrnithologistsGuild_Recipe_WoodenPlatform.name": "Wooden Platform Birdfeeder",
"crafting.Ivy_OrnithologistsGuild_Recipe_WoodenPlatform.description": "Large range, low capacity.",
"crafting.Ivy_OrnithologistsGuild_Recipe_PlasticTube.name": "Plastic Tube Birdfeeder",
"crafting.Ivy_OrnithologistsGuild_Recipe_PlasticTube.description": "Medium range, low capacity."
"crafting.Ivy_OrnithologistsGuild_Recipe_PlasticTube.description": "Medium range, low capacity.",
"crafting.Ivy_OrnithologistsGuild_Recipe_StoneBath.name": "Stone Bird Bath",
"crafting.Ivy_OrnithologistsGuild_Recipe_StoneBath.description": "May freeze in winter.",
"crafting.Ivy_OrnithologistsGuild_Recipe_HeatedStoneBath.name": "Heated Stone Bird Bath",
"crafting.Ivy_OrnithologistsGuild_Recipe_HeatedStoneBath.description": "Suitable for all seasons."
}
4 changes: 2 additions & 2 deletions OrnithologistsGuild/baths.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"RecipeIngredients": [
{
"Type": "VanillaObject",
"Value": 2,
"Value": 390,
"_Name": "Stone",
"Quantity": 250
},
Expand All @@ -33,7 +33,7 @@
"RecipeIngredients": [
{
"Type": "VanillaObject",
"Value": 2,
"Value": 390,
"_Name": "Stone",
"Quantity": 250
},
Expand Down
2 changes: 1 addition & 1 deletion OrnithologistsGuild/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Ornithologist's Guild",
"Author": "Ivy",
"Version": "1.4.1",
"Version": "1.4.2",
"Description": "Bird houses, binoculars, and a new building to explore! Ornithologist's Guild brings a totally new birding experience to Stardew Valley, complete with updated bird mechanics, seasonal birds, a progression system, a new shop, an NPC with a tragic past, and much more!",
"UniqueID": "Ivy.OrnithologistsGuild",
"MinimumApiVersion": "3.0.0",
Expand Down

0 comments on commit e239fd9

Please sign in to comment.