Skip to content

Commit

Permalink
Added 0.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Aug 9, 2024
1 parent 7c87f68 commit a272b6f
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
Binary file added Cosmic Reach-0.1.44.jar
Binary file not shown.
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.1.44
- Added crafting system
- Added "2d" items
- Added medkit
- Added stick
- Added stone axe, pickaxe, and shovel
- Added `/die` command
- Added `/teleport` command
- Added `/gamemode` command (Use `/gamemode creative` and `/gamemode survival`)
- Can no longer instant-break blocks in survival mode
- Hitting items on the ground knocks them back
- Dynamic sky colour is now brighter on the horizon
- Chat text shadow is now darker
- Can no longer no-clip via hotkey in survival
- Fixed bottom of water clipping
- Adjusted metal panel + drone textures to be more saturated
- Debug screen shows bounding boxes of entities

## Pre-Alpha 0.1.43
- Held item is now independent of FOV
- Made picking up items easier
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.1.44": [
"Added crafting system",
"Added \"2d\" items",
"Added medkit",
"Added stick",
"Added stone axe, pickaxe, and shovel",
"Added <code>/die</code> command",
"Added <code>/teleport</code> command",
"Added <code>/gamemode</code> command (Use <code>/gamemode creative</code> and <code>/gamemode survival</code>)",
"Can no longer instant-break blocks in survival mode",
"Hitting items on the ground knocks them back",
"Dynamic sky colour is now brighter on the horizon",
"Chat text shadow is now darker",
"Can no longer no-clip via hotkey in survival",
"Fixed bottom of water clipping",
"Adjusted metal panel + drone textures to be more saturated",
"Debug screen shows bounding boxes of entities"
],
"0.1.43": [
"Held item is now independent of FOV",
"Made picking up items easier",
Expand Down
10 changes: 9 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"latest": {
"pre_alpha": "0.1.43"
"pre_alpha": "0.1.44"
},
"versions": [
{
"id": "0.1.44",
"type": "pre_alpha",
"releaseTime": 1723161600,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/Cosmic%20Reach-0.1.44.jar",
"sha256": "115ecdc060d5954698a28a3bc60e690a29e6feb65df565fdbede19d07291c6d4",
"size": 23973305
},
{
"id": "0.1.43",
"type": "pre_alpha",
Expand Down

0 comments on commit a272b6f

Please sign in to comment.