Skip to content

Commit

Permalink
Added 0.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Aug 17, 2024
1 parent de88765 commit cd35ca3
Show file tree
Hide file tree
Showing 4 changed files with 33 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.1.46
- Added a furnace
- Takes logs, planks, sticks, leaves, wooden crates, or magma as fuel
- Can smelt sand into glass, and stone into magma
- Added /nightvision command
- Added short aliases for commands (use the /help command for more details)
- Inventory UI now has higher contrast
- The world now saves its current time
- Fixed a huge lag spike when placing or breaking blocks near rainbows (yes really)
- Fixed a bug where clicking an empty item slot may crash the game
- Fixed severe flickering of water and leaves in the batch renderer

## 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
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.46": [
"Added a furnace",
"sub: Takes logs, planks, sticks, leaves, wooden crates, or magma as fuel",
"sub:sub: Can smelt sand into glass, and stone into magma",
"Added <code>/nightvision</code> command",
"Added short aliases for commands (use the <code>/help</code> command for more details)",
"Inventory UI now has higher contrast",
"The world now saves its current time",
"Fixed a huge lag spike when placing or breaking blocks near rainbows (<i>yes really</i>)",
"Fixed a bug where clicking an empty item slot may crash the game",
"Fixed severe flickering of water and leaves in the batch renderer"
],
"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",
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.45"
"pre_alpha": "0.1.46"
},
"versions": [
{
"id": "0.1.46",
"type": "pre_alpha",
"releaseTime": 1723852800,
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/Cosmic%20Reach-0.1.46.jar",
"sha256": "94e18da75d9ea86c4968dbd1df37b44814103949690c13769a9c10979070c0c2",
"size": 24118730
},
{
"id": "0.1.45",
"type": "pre_alpha",
Expand Down
Binary file added versions/pre-alpha/Cosmic Reach-0.1.46.jar
Binary file not shown.

0 comments on commit cd35ca3

Please sign in to comment.