Skip to content

Commit

Permalink
Added 0.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Jul 12, 2024
1 parent 8bbf793 commit 95e47c6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
Binary file added Cosmic Reach-0.1.40.jar
Binary file not shown.
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.1.40
- Blocks now drop as items
- New block event: base:item_drop, which can take in a position and optionally dropId as an input parameter
- Picking block now chooses the "correct" block state
- Pressing the drop item key in the inventory can drop the item in the hovered slot
- Stairs and vertical slabs now placed based on camera orientation rather than raycast position
- Fixed freeze when picking up similar items in inventory
- Fixed being unable to reliably leave water when swimming
- Worlds are now sorted by last played
- All saved strings + files use UTF-8 wherever possible
- Fixed being able to go fullscreen with the mouse causing the game to be unplayable

## Pre-Alpha 0.1.39
- Fixed placed coconuts despawning after some time instead of growing trees
- Fixed leaf blocks growing into trees
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.1.40": [
"Blocks now drop as items",
"New block event: <code>base:item_drop</code>, which can take in a position and optionally <code>dropId</code> as an input parameter",
"Picking block now chooses the \"correct\" block state",
"Pressing the drop item key in the inventory can drop the item in the hovered slot",
"Stairs and vertical slabs now placed based on camera orientation rather than raycast position",
"Fixed freeze when picking up similar items in inventory",
"Fixed being unable to reliably leave water when swimming",
"Worlds are now sorted by last played",
"All saved strings + files use UTF-8 wherever possible",
"Fixed being able to go fullscreen with the mouse causing the game to be unplayable"
],
"0.1.39": [
"Fixed placed coconuts despawning after some time instead of growing trees",
"Fixed leaf blocks growing into trees",
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.39"
"pre_alpha": "0.1.40"
},
"versions": [
{
"id": "0.1.40",
"type": "pre_alpha",
"releaseTime": 1720742400,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/Cosmic%20Reach-0.1.40.jar",
"sha256": "c3371d7be84f18bf494b61871a865c8e7ede2c4d711c4d1e1646a3774765aeae",
"size": 23862759
},
{
"id": "0.1.39",
"type": "pre_alpha",
Expand Down

0 comments on commit 95e47c6

Please sign in to comment.