Skip to content

Commit

Permalink
Added 0.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Aug 12, 2024
1 parent a272b6f commit a037f5a
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
Binary file added Cosmic Reach-0.1.45.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.45
- Added block tags (For data modders: an arbitrary list of strings called `tags` in a blockstate)
- "Flicking" an item on the ground now plays a small sound
- Fixed a bug where selecting a different block would not reset the breaking timer
- Fixed the bug where player would freeze on making a new world
- Fixed ghost transparent blocks in the batch renderer
- Fixed bug where cursor slot had the wrong perspective for an item
- Fixed shifting clicking crafting outputs not stacking + output slot is now coloured differently
- Fixed sticks not stacking
- Fixed rare crash when breaking animation is exactly one
- Allow survival mode players to disable no-clip via hotkey
- Fixed shovels not being effective towards dirt
- Fixed missing block related crash when breaking with tool

## Pre-Alpha 0.1.44
- Added crafting system
- Added "2d" items
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.45": [
"Added block tags (For data modders: an arbitrary list of strings called tags in a blockstate)",
"\"Flicking\" an item on the ground now plays a small sound",
"Fixed a bug where selecting a different block would not reset the breaking timer",
"Fixed the bug where player would freeze on making a new world",
"Fixed ghost transparent blocks in the batch renderer",
"Fixed bug where cursor slot had the wrong perspective for an item",
"Fixed shifting clicking crafting outputs not stacking + output slot is now coloured differently",
"Fixed sticks not stacking",
"Fixed rare crash when breaking animation is exactly one",
"Allow survival mode players to disable no-clip via hotkey",
"Fixed shovels not being effective towards dirt",
"Fixed missing block related crash when breaking with tool"
],
"0.1.44": [
"Added crafting system",
"Added \"2d\" items",
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.44"
"pre_alpha": "0.1.45"
},
"versions": [
{
"id": "0.1.45",
"type": "pre_alpha",
"releaseTime": 1723408320,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/Cosmic%20Reach-0.1.45.jar",
"sha256": "a0aec07cb36ba05ab9a74b2812cc54a5c6ba556977634f8a5d1276ad0a3dd2d4",
"size": 23986808
},
{
"id": "0.1.44",
"type": "pre_alpha",
Expand Down

0 comments on commit a037f5a

Please sign in to comment.