diff --git a/README.md b/README.md index 4af9091..0cbe274 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## Pre-Alpha 0.2.5 +- Added /skylight command +- Added credits screen +- Added community contribution: 3D Item models +- Reduced frequency of iron ore generation +- Poplar trees now have their own leaves and saplings +- Added new block event: base:loot_drop which allows blocks to have a custom loot table + ## Pre-Alpha 0.2.4 - You can now paste seeds directly in the world creation screen - The cursor now resets to the center of the screen when opening the inventory diff --git a/changelogs.json b/changelogs.json index aa616e2..516baf2 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,13 @@ { "pre-alpha": { + "0.2.5": [ + "Added /skylight command", + "Added credits screen", + "Added community contribution: 3D Item models", + "Reduced frequency of iron ore generation", + "Poplar trees now have their own leaves and saplings", + "Added new block event: base:loot_drop which allows blocks to have a custom loot table" + ], "0.2.4": [ "You can now paste seeds directly in the world creation screen", "The cursor now resets to the center of the screen when opening the inventory", @@ -588,4 +596,4 @@ "Game release" ] } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index dde2b2d..0b60c33 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,16 @@ { "latest": { - "pre_alpha": "0.2.4" + "pre_alpha": "0.2.5" }, "versions": [ + { + "id": "0.2.5", + "type": "pre_alpha", + "releaseTime": 1725926400, + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/Cosmic%20Reach-0.2.5.jar", + "sha256": "4d42a14b3c90e2dc6682f18502148974cc35d0db57d0ad0217738c7726423457", + "size": 24250298 + }, { "id": "0.2.4", "type": "pre_alpha", diff --git a/versions/pre-alpha/Cosmic Reach-0.2.5.jar b/versions/pre-alpha/Cosmic Reach-0.2.5.jar new file mode 100644 index 0000000..00f0acb Binary files /dev/null and b/versions/pre-alpha/Cosmic Reach-0.2.5.jar differ