From d34dcd27c5577f721a2f4d92809bbdd3dc6a8db0 Mon Sep 17 00:00:00 2001 From: Lachlan Leone Date: Sun, 5 Apr 2026 21:14:10 +1000 Subject: [PATCH] Changelogs --- Changelogs/GitHub/v0.1.3.md | 5 +++++ Changelogs/Workshop/v0.1.3.bbcode | 5 +++++ Mod.cs | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 Changelogs/GitHub/v0.1.3.md create mode 100644 Changelogs/Workshop/v0.1.3.bbcode diff --git a/Changelogs/GitHub/v0.1.3.md b/Changelogs/GitHub/v0.1.3.md new file mode 100644 index 0000000..ff43a9c --- /dev/null +++ b/Changelogs/GitHub/v0.1.3.md @@ -0,0 +1,5 @@ +# Release Notes v0.1.3 + +- Updated some localisations (including adding one for Bushes) +- Fixed incorrect material on Hot Cross Buns +- Fixed Tootie Egg detection. \ No newline at end of file diff --git a/Changelogs/Workshop/v0.1.3.bbcode b/Changelogs/Workshop/v0.1.3.bbcode new file mode 100644 index 0000000..c1c6365 --- /dev/null +++ b/Changelogs/Workshop/v0.1.3.bbcode @@ -0,0 +1,5 @@ +[h1]Release Notes v0.1.3[/h1] + +- Updated some localisations (including adding one for Bushes) +- Fixed incorrect material on Hot Cross Buns +- Fixed Tootie Egg detection. \ No newline at end of file diff --git a/Mod.cs b/Mod.cs index db0e789..c7c520d 100644 --- a/Mod.cs +++ b/Mod.cs @@ -25,7 +25,7 @@ namespace Easter2025 { public const string MOD_GUID = "com.starfluxgames.easter2025"; public const string MOD_NAME = "The Great Eggscape"; - public const string MOD_VERSION = "0.1.2"; + public const string MOD_VERSION = "0.1.3"; public const string MOD_AUTHOR = "StarFluxGames"; public const string MOD_GAMEVERSION = ">=1.2.1";