Skip to content

Commit

Permalink
Added 0.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Jul 1, 2024
1 parent 3be74fc commit 8b2a395
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
Binary file added Cosmic Reach-0.1.38.jar
Binary file not shown.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.1.38
- Added coconut trees
- The nostalgic islands world type is now the default
- Added random ticks, available now in block events with the `onRandomTick` trigger
- Added the `base:increment_param` block event action
- Fixed storage screen flickering on the first frame
- Fixed being able to drop an item from another world
- Meshing optimizations
- Clicking outside of the inventory drops the cursor's item
- Clicking in the item catalog now deletes the cursor's item
- Health bar now flashes when dropping
- Fixed game not pausing after loading if window unfocused
- Drones no longer drop dirt, grass or tree logs

## Pre-Alpha 0.1.37
- Added a flying drone called the Interceptor
- Added a trap which spawns Interceptors
Expand Down
14 changes: 14 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"pre-alpha": {
"0.1.38": [
"Added coconut trees",
"The nostalgic islands world type is now the default",
"Added random ticks, available now in block events with the <code>onRandomTick</code> trigger",
"Added the <code>base:increment_param</code> block event action",
"Fixed storage screen flickering on the first frame",
"Fixed being able to drop an item from another world",
"Meshing optimizations",
"Clicking outside of the inventory drops the cursor's item",
"Clicking in the item catalog now deletes the cursor's item",
"Health bar now flashes when dropping",
"Fixed game not pausing after loading if window unfocused",
"Drones no longer drop dirt, grass or tree logs"
],
"0.1.37": [
"Added a flying drone called the Interceptor",
"Added a trap which spawns Interceptors",
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.37"
"pre_alpha": "0.1.38"
},
"versions": [
{
"id": "0.1.38",
"type": "pre_alpha",
"releaseTime": 1719792000,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/Cosmic%20Reach-0.1.38.jar",
"sha256": "1f373d06b6a9001904ce38e8c099181f020e4830d7c3ce0a924c464152069450",
"size": 23824597
},
{
"id": "0.1.37",
"type": "pre_alpha",
Expand Down

0 comments on commit 8b2a395

Please sign in to comment.