Skip to content

Commit

Permalink
Added 0.2.1 and 0.2.2 with 0.2.3 (only info about these two)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Sep 7, 2024
1 parent bdc2a7a commit d248c82
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.2.3
- Fix player respawning every time the world is loaded

## Pre-Alpha 0.2.2
- Fix crash in F3 debug menu when not looking at blocks
- Potential fix for cropped screenshots on certain mac computers

## Pre-Alpha 0.2.1
- Reduced vertex size
- Reduced in-memory representation of blocks and world sizes on disk
- Remove metal blocks from interceptor loot
- Fix spawn point to be dependent on the world seed
- Fixed world spawn being set in the air or in water
- Fixed bug where player is spawned with 10 out of 3 max HP
- Fixed block selection being interrupted while moving
- Fix mod asset loading for windows (Testers wanted!)
- Potential screenshot fix for mac (Testers wanted!)

## Pre-Alpha 0.2.0
- Added the new "Survival" world type
- Added `/time` command
Expand Down
18 changes: 18 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"pre-alpha": {
"0.2.3": [
"Fix player respawning every time the world is loaded"
],
"0.2.2": [
"Fix crash in F3 debug menu when not looking at blocks",
"Potential fix for cropped screenshots on certain mac computers"
],
"0.2.1": [
"Reduced vertex size",
"Reduced in-memory representation of blocks and world sizes on disk",
"Remove metal blocks from interceptor loot",
"Fix spawn point to be dependent on the world seed",
"Fixed world spawn being set in the air or in water",
"Fixed bug where player is spawned with 10 out of 3 max HP",
"Fixed block selection being interrupted while moving",
"Fix mod asset loading for windows (Testers wanted!)",
"Potential screenshot fix for mac (Testers wanted!)"
],
"0.2.0": [
"Added the new \"Survival\" world type",
"Added <code>/time</code> command",
Expand Down
26 changes: 25 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
{
"latest": {
"pre_alpha": "0.2.0"
"pre_alpha": "0.2.3"
},
"versions": [
{
"id": "0.2.3",
"type": "pre_alpha",
"releaseTime": 1725667200,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/Cosmic%20Reach-0.2.3.jar",
"sha256": "8cd746c4a86e7562fb8dc9a6d60f3553fd2fe3917083e2b5e7238cc97cd24c36",
"size": 24212341
},
{
"id": "0.2.2",
"type": "pre_alpha",
"releaseTime": 1725667200,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/Cosmic%20Reach-0.2.2.jar",
"sha256": "11ac4b880934e99f3e4e52194552d6183f913da9e8434507c321ab174ea2412f",
"size": 24212504
},
{
"id": "0.2.1",
"type": "pre_alpha",
"releaseTime": 1725667200,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/Cosmic%20Reach-0.2.1.jar",
"sha256": "cd4d4d3c0814fca78f6df96524a0c7dd5732375ea8e50ebd12bdc3b61169c5da",
"size": 24212468
},
{
"id": "0.2.0",
"type": "pre_alpha",
Expand Down
Binary file added versions/pre-alpha/Cosmic Reach-0.2.1.jar
Binary file not shown.

0 comments on commit d248c82

Please sign in to comment.