Skip to content

Commit

Permalink
Added 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard committed Nov 17, 2024
1 parent d0bff0e commit 6198d77
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.3.7
- Added the fluid vacuum
- Added sounds for wood and glass-like blocks
- Added `/zonespawn` command
- Water blocks can now be placed on other water blocks
- Can now uncraft packed lunar soil
- Adjusted interceptor drops: fewer medkits, more blocks
- Items now prioritize slots with existing stacks when picked up
- Fixed bug where player would desync on respawn
- `base:set_block_state_params` now works on the target block rather than the event source block
- Servers no longer accept unknown blocks
- Servers now reject multiple protocol syncs
- Servers now silently ignore connection resets from the client
- @Language Contributor A new translation key for the fluid vacuum has been added. Also as per the recent Japanese language additions, many characters are yet to be added in the font files, additions welcome!

## Pre-Alpha 0.3.6
- Fix authenticating handshake while connecting to servers for the executable builds via the itch client

Expand Down
15 changes: 15 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"pre-alpha": {
"0.3.7": [
"Added the fluid vacuum",
"Added sounds for wood and glass-like blocks",
"Added `/zonespawn` command",
"Water blocks can now be placed on other water blocks",
"Can now uncraft packed lunar soil",
"Adjusted interceptor drops: fewer medkits, more blocks",
"Items now prioritize slots with existing stacks when picked up",
"Fixed bug where player would desync on respawn",
"`base:set_block_state_params` now works on the target block rather than the event source block",
"Servers no longer accept unknown blocks",
"Servers now reject multiple protocol syncs",
"Servers now silently ignore connection resets from the client",
"@Language Contributor A new translation key for the fluid vacuum has been added. Also as per the recent Japanese language additions, many characters are yet to be added in the font files, additions welcome!"
],
"0.3.6": [
"Fix authenticating handshake while connecting to servers for the executable builds via the itch client"
],
Expand Down
17 changes: 16 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"latest": {
"pre_alpha": "0.3.6"
"pre_alpha": "0.3.7"
},
"versions": [
{
"id": "0.3.7",
"type": "pre_alpha",
"releaseTime": 1731801600,
"client": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.7/client/Cosmic-Reach-0.3.7.jar",
"sha256": "46d1b904893ad34fb3da6a745ab76b18163502e03b67f6f0b7d9b4e7713d9f0c",
"size": 28685949
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.7/server/Cosmic-Reach-Server-0.3.7.jar",
"sha256": "295d4c4a74045ebac4b535681d275c6fcf856cfb3d8684c53285a8c7eca84389",
"size": 13145195
}
},
{
"id": "0.3.6",
"type": "pre_alpha",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 6198d77

Please sign in to comment.