Skip to content

Commit

Permalink
Added 0.3.2-pre7 client
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Oct 21, 2024
1 parent 3ac1968 commit f4fec10
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.3.2-pre7
*This is probably the last discord-only pre-release before the official update is made available to all.*
- Fixed interacting with inventory in singleplayer causing crash
- Fixed rare crash when saving
- Block breaking sounds are now no longer wrongly global in multiplayer
- Fixed crates dropping ghost items
- Fixed bug where a block with inverted normals had no bounding box
- Added loading screen for multiplayer
- Entities are now in multiplayer
- Massively improved multiplayer chunk loading
- If a client uses a lower distance than the server, the server will not send more chunks than necessary
- Can now drop + flick items in multiplayer
- Furnaces are now working in multiplayer
- Fixed random exceptions with the player position packet
- Entering multiplayer is less error prone

## Pre-Alpha 0.3.2-pre6

- 2D and 3D sounds are now networked
Expand Down
16 changes: 16 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"pre-alpha": {
"0.3.2-pre7": [
"*This is probably the last discord-only pre-release before the official update is made available to all.*",
"Fixed interacting with inventory in singleplayer causing crash",
"Fixed rare crash when saving",
"Block breaking sounds are now no longer wrongly global in multiplayer",
"Fixed crates dropping ghost items",
"Fixed bug where a block with inverted normals had no bounding box",
"Added loading screen for multiplayer",
"Entities are now in multiplayer",
"Massively improved multiplayer chunk loading",
"If a client uses a lower distance than the server, the server will not send more chunks than necessary",
"Can now drop + flick items in multiplayer",
"Furnaces are now working in multiplayer",
"Fixed random exceptions with the player position packet",
"Entering multiplayer is less error prone"
],
"0.3.2-pre6": [
"2D and 3D sounds are now networked",
"Added ticking on servers",
Expand Down
17 changes: 16 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
"pre_alpha": "0.3.1"
},
"versions": [
{
"id": "0.3.2-pre7",
"type": "pre_alpha",
"releaseTime": 1729468800,
"client": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre7/client/Cosmic%20Reach-0.3.2-pre7.jar",
"sha256": "abc6007aee8d84897f0b5d12617e222fae56832ff156f4a3724dbe22c3fd1038",
"size": 28623160
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre7/server/Cosmic%20Reach-Server-0.3.2-pre7.jar",
"sha256": "6497f4911cda1afe9ad27fd08d2bc9095e53a91dfe54ab60bc26396ce19a93e0",
"size": 13085412
}
},
{
"id": "0.3.2-pre6",
"type": "pre_alpha",
Expand All @@ -13,7 +28,7 @@
"size": 28584764
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre6/server/Cosmic-Reach-Server-0.3.2-pre6.jar",
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre6/server/Cosmic%20Reach-Server-0.3.2-pre6.jar",
"sha256": "1a2c1f71980d51efe663b223bb8c47458cc12331ea174bf3abeed9c4964353e4",
"size": 13049042
}
Expand Down
Binary file not shown.

0 comments on commit f4fec10

Please sign in to comment.