Skip to content

Commit

Permalink
Added 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Jan 9, 2025
1 parent 731be23 commit d3d9784
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.3.16
- Added Block of Gold
- Changed the colour palette of gold ingots and gold medkits
- Added `/clear` command to clear the inventory of a player
- Language button is now an icon on the bottom right of the main menu
- For modders: RuntimeInfo.java has a String field called `gameVariant` for modloaders to override.
- `xor` condition added for canPlaceChecks and crafting recipes
- Can now set the offline name via an environment variable: `COSMIC_REACH_OFFLINE_DISPLAY_NAME`
- Fixed the preamble screen moving the ok button depending on screen size
- Fixed credits menu not fast-forwarding when holding space or control
- Fixed crashes relating to where the player was looking at blocks

## Pre-Alpha 0.3.15
- Added Latex, extracted when you use the fluid vacuum on a tree log
- Added rubber blocks, a block which bounces you when you fall on it
Expand Down
12 changes: 12 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"pre-alpha": {
"0.3.16": [
"Added Block of Gold",
"Changed the colour palette of gold ingots and gold medkits",
"Added `/clear` command to clear the inventory of a player",
"Language button is now an icon on the bottom right of the main menu",
"For modders: RuntimeInfo.java has a String field called `gameVariant` for modloaders to override.",
"`xor` condition added for canPlaceChecks and crafting recipes",
"Can now set the offline name via an environment variable: `COSMIC_REACH_OFFLINE_DISPLAY_NAME`",
"Fixed the preamble screen moving the ok button depending on screen size",
"Fixed credits menu not fast-forwarding when holding space or control",
"Fixed crashes relating to where the player was looking at blocks"
],
"0.3.15": [
"Added Latex, extracted when you use the fluid vacuum on a tree log",
"Added rubber blocks, a block which bounces you when you fall on it",
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.15"
"pre_alpha": "0.3.16"
},
"versions": [
{
"id": "0.3.16",
"type": "pre_alpha",
"releaseTime": 1736380800,
"client": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.16/client/Cosmic-Reach-0.3.16.jar",
"sha256": "20114e2555d81dbd94b6f76decb0da64df8eb400dd278bc75bc905cd840b3bc3",
"size": 53468182
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.16/server/Cosmic-Reach-Server-0.3.16.jar",
"sha256": "7c511cb7b6af51d2d2812ff2584f8d50cd3ad5ebf7d244fa3364de8038a00b9d",
"size": 13117918
}
},
{
"id": "0.3.15",
"type": "pre_alpha",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d3d9784

Please sign in to comment.