diff --git a/Cosmic Reach-0.1.40.jar b/Cosmic Reach-0.1.40.jar
new file mode 100644
index 0000000..f8f5153
Binary files /dev/null and b/Cosmic Reach-0.1.40.jar differ
diff --git a/README.md b/README.md
index bc33b28..e1eac65 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/changelogs.json b/changelogs.json
index 3718ee4..7f58778 100644
--- a/changelogs.json
+++ b/changelogs.json
@@ -1,5 +1,17 @@
{
"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"
+ ],
"0.1.39": [
"Fixed placed coconuts despawning after some time instead of growing trees",
"Fixed leaf blocks growing into trees",
diff --git a/versions.json b/versions.json
index 97eb583..0ee084d 100644
--- a/versions.json
+++ b/versions.json
@@ -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",