diff --git a/README.md b/README.md index 2f2cdd5..998d69e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelogs.json b/changelogs.json index 87fe03d..f9c5a1f 100644 --- a/changelogs.json +++ b/changelogs.json @@ -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 /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" + ], "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", diff --git a/versions.json b/versions.json index 7a4e991..7ef7fc4 100644 --- a/versions.json +++ b/versions.json @@ -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", diff --git a/versions/pre-alpha/Cosmic Reach-0.1.46.jar b/versions/pre-alpha/Cosmic Reach-0.1.46.jar new file mode 100644 index 0000000..3b92e65 Binary files /dev/null and b/versions/pre-alpha/Cosmic Reach-0.1.46.jar differ