From e239fd955da3aeeb588cac2cf936fd92a4b52070 Mon Sep 17 00:00:00 2001 From: Ivy Grey Date: Fri, 6 Jan 2023 14:58:49 -0800 Subject: [PATCH] 1.4.2 --- OrnithologistsGuild.CP/manifest.json | 2 +- OrnithologistsGuild.STF/manifest.json | 2 +- OrnithologistsGuild/assets/dga/content.json | 4 ++-- OrnithologistsGuild/assets/dga/i18n/default.json | 6 +++++- OrnithologistsGuild/baths.json | 4 ++-- OrnithologistsGuild/manifest.json | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/OrnithologistsGuild.CP/manifest.json b/OrnithologistsGuild.CP/manifest.json index 0bcf16e..9f15bce 100644 --- a/OrnithologistsGuild.CP/manifest.json +++ b/OrnithologistsGuild.CP/manifest.json @@ -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", diff --git a/OrnithologistsGuild.STF/manifest.json b/OrnithologistsGuild.STF/manifest.json index 6d5bc2d..a74d6b3 100644 --- a/OrnithologistsGuild.STF/manifest.json +++ b/OrnithologistsGuild.STF/manifest.json @@ -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", diff --git a/OrnithologistsGuild/assets/dga/content.json b/OrnithologistsGuild/assets/dga/content.json index 6e9ea7b..fe806f0 100644 --- a/OrnithologistsGuild/assets/dga/content.json +++ b/OrnithologistsGuild/assets/dga/content.json @@ -173,7 +173,7 @@ "Ingredients": [ { "Type": "VanillaObject", - "Value": 2, + "Value": 390, "_Name": "Stone", "Quantity": 250 }, @@ -212,7 +212,7 @@ "Ingredients": [ { "Type": "VanillaObject", - "Value": 2, + "Value": 390, "_Name": "Stone", "Quantity": 250 }, diff --git a/OrnithologistsGuild/assets/dga/i18n/default.json b/OrnithologistsGuild/assets/dga/i18n/default.json index efd5f69..bb6c09b 100644 --- a/OrnithologistsGuild/assets/dga/i18n/default.json +++ b/OrnithologistsGuild/assets/dga/i18n/default.json @@ -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." } \ No newline at end of file diff --git a/OrnithologistsGuild/baths.json b/OrnithologistsGuild/baths.json index 1e3db9e..908a679 100644 --- a/OrnithologistsGuild/baths.json +++ b/OrnithologistsGuild/baths.json @@ -10,7 +10,7 @@ "RecipeIngredients": [ { "Type": "VanillaObject", - "Value": 2, + "Value": 390, "_Name": "Stone", "Quantity": 250 }, @@ -33,7 +33,7 @@ "RecipeIngredients": [ { "Type": "VanillaObject", - "Value": 2, + "Value": 390, "_Name": "Stone", "Quantity": 250 }, diff --git a/OrnithologistsGuild/manifest.json b/OrnithologistsGuild/manifest.json index a517aa8..702b62f 100644 --- a/OrnithologistsGuild/manifest.json +++ b/OrnithologistsGuild/manifest.json @@ -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",