diff --git a/README.md b/README.md index bf22c39..457ef2b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## Pre-Alpha 0.1.49 +- Added item durability +- Furnaces now explode when smelting C4 +- Temporarily added a rare chance for interceptors to drop gold ingots +- Allied interceptors are now cyan instead of green +- Furnace screen now closes when the furnace is broken +- Fixed modded items + recipes not loading in +- Fixed crash when a missing block is replaced with a modded item + ## Pre-Alpha 0.1.48 - Items, furnace recipes, crafting recipes, and loot now load from data ( and data mods! ) - Player now starts at 3 max HP diff --git a/changelogs.json b/changelogs.json index 08c4cf8..d2f85a5 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,14 @@ { "pre-alpha": { + "0.1.49": [ + "Added item durability", + "Furnaces now explode when smelting C4", + "Temporarily added a rare chance for interceptors to drop gold ingots", + "Allied interceptors are now cyan instead of green", + "Furnace screen now closes when the furnace is broken", + "Fixed modded items + recipes not loading in", + "Fixed crash when a missing block is replaced with a modded item" + ], "0.1.48": [ "Items, furnace recipes, crafting recipes, and loot now load from data ( and data mods! )", "Player now starts at 3 max HP", diff --git a/versions.json b/versions.json index 066c99c..0a7264f 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,16 @@ { "latest": { - "pre_alpha": "0.1.48" + "pre_alpha": "0.1.49" }, "versions": [ + { + "id": "0.1.49", + "type": "pre_alpha", + "releaseTime": 1724630400, + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/Cosmic%20Reach-0.1.49.jar", + "sha256": "d8d243d1286b1bc4461c396fa1261cc823103a3172f55a0660ead63b03c03998", + "size": 24192610 + }, { "id": "0.1.48", "type": "pre_alpha", diff --git a/versions/pre-alpha/Cosmic Reach-0.1.49.jar b/versions/pre-alpha/Cosmic Reach-0.1.49.jar new file mode 100644 index 0000000..d7d504c Binary files /dev/null and b/versions/pre-alpha/Cosmic Reach-0.1.49.jar differ