diff --git a/Cosmic Reach-0.1.44.jar b/Cosmic Reach-0.1.44.jar
new file mode 100644
index 0000000..b4c70ae
Binary files /dev/null and b/Cosmic Reach-0.1.44.jar differ
diff --git a/README.md b/README.md
index e02e862..88f8a20 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,24 @@ An Archive Of Every Cosmic Reach Version
# Changelogs
+## Pre-Alpha 0.1.44
+- Added crafting system
+- Added "2d" items
+- Added medkit
+- Added stick
+- Added stone axe, pickaxe, and shovel
+- Added `/die` command
+- Added `/teleport` command
+- Added `/gamemode` command (Use `/gamemode creative` and `/gamemode survival`)
+- Can no longer instant-break blocks in survival mode
+- Hitting items on the ground knocks them back
+- Dynamic sky colour is now brighter on the horizon
+- Chat text shadow is now darker
+- Can no longer no-clip via hotkey in survival
+- Fixed bottom of water clipping
+- Adjusted metal panel + drone textures to be more saturated
+- Debug screen shows bounding boxes of entities
+
## Pre-Alpha 0.1.43
- Held item is now independent of FOV
- Made picking up items easier
diff --git a/changelogs.json b/changelogs.json
index 03ab0e7..f6e459b 100644
--- a/changelogs.json
+++ b/changelogs.json
@@ -1,5 +1,23 @@
{
"pre-alpha": {
+ "0.1.44": [
+ "Added crafting system",
+ "Added \"2d\" items",
+ "Added medkit",
+ "Added stick",
+ "Added stone axe, pickaxe, and shovel",
+ "Added /die
command",
+ "Added /teleport
command",
+ "Added /gamemode
command (Use /gamemode creative
and /gamemode survival
)",
+ "Can no longer instant-break blocks in survival mode",
+ "Hitting items on the ground knocks them back",
+ "Dynamic sky colour is now brighter on the horizon",
+ "Chat text shadow is now darker",
+ "Can no longer no-clip via hotkey in survival",
+ "Fixed bottom of water clipping",
+ "Adjusted metal panel + drone textures to be more saturated",
+ "Debug screen shows bounding boxes of entities"
+ ],
"0.1.43": [
"Held item is now independent of FOV",
"Made picking up items easier",
diff --git a/versions.json b/versions.json
index 8b078ab..d00c622 100644
--- a/versions.json
+++ b/versions.json
@@ -1,8 +1,16 @@
{
"latest": {
- "pre_alpha": "0.1.43"
+ "pre_alpha": "0.1.44"
},
"versions": [
+ {
+ "id": "0.1.44",
+ "type": "pre_alpha",
+ "releaseTime": 1723161600,
+ "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/Cosmic%20Reach-0.1.44.jar",
+ "sha256": "115ecdc060d5954698a28a3bc60e690a29e6feb65df565fdbede19d07291c6d4",
+ "size": 23973305
+ },
{
"id": "0.1.43",
"type": "pre_alpha",