diff --git a/Cosmic Reach-0.1.37.jar b/Cosmic Reach-0.1.37.jar new file mode 100644 index 0000000..ff66dd2 Binary files /dev/null and b/Cosmic Reach-0.1.37.jar differ diff --git a/README.md b/README.md index 5bdc006..fd00fdb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,22 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## Pre-Alpha 0.1.37 +- Added a flying drone called the Interceptor +- Added a trap which spawns Interceptors +- Added a death screen +- Added damage effects +- Improved the main menu +- Added a difficulty setting: Currently only peaceful and normal are used. +- Can now drop items out of the inventory +- Fixed crash when creating a new world or respawning +- Fixed lighting calculations +- Moved game tick updates to a separate thread +- Fixed random frame-dependent camera jitter +- Fixed background threads not closing properly when the game crashes +- Region file version bumped to version 2 +- Game can now save and load entities + ## Pre-Alpha 0.1.36 - Fixed bug with black screen on creating a new world - Fixed bug where cycling item types of a missing block would cause a crash diff --git a/changelogs.json b/changelogs.json index 475a1e3..da8f836 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,21 @@ { "pre-alpha": { + "0.1.37": [ + "Added a flying drone called the Interceptor", + "Added a trap which spawns Interceptors", + "Added a death screen", + "Added damage effects", + "Improved the main menu", + "Added a difficulty setting: Currently only peaceful and normal are used.", + "Can now drop items out of the inventory", + "Fixed crash when creating a new world or respawning", + "Fixed lighting calculations", + "Moved game tick updates to a separate thread", + "Fixed random frame-dependent camera jitter", + "Fixed background threads not closing properly when the game crashes", + "Region file version bumped to version 2", + "Game can now save and load entities" + ], "0.1.36": [ "Fixed bug with black screen on creating a new world", "Fixed bug where cycling item types of a missing block would cause a crash" diff --git a/versions.json b/versions.json index 4fdf3ad..a12a439 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,16 @@ { "latest": { - "pre_alpha": "0.1.36" + "pre_alpha": "0.1.37" }, "versions": [ + { + "id": "0.1.37", + "type": "pre_alpha", + "releaseTime": 1719014400, + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/Cosmic%20Reach-0.1.37.jar", + "sha256": "ef81a5259397322f05e2012d7be8751fc46f51174e13a47173c9c5b665975e43", + "size": 23787327 + }, { "id": "0.1.36", "type": "pre_alpha",