diff --git a/README.md b/README.md index c64e818..0470ba7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,17 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## Pre-Alpha 0.3.12 +- Added music, with 11 different tracks by 4 different artists +- Added sliders in the option menu for music and sound +- Added ice +- Added /say command +- Added friction field for block states +- You can now smelt ice and snow in the furnace to get water +- Disabled item catalog for survival players +- The block for Aluminium has been renamed to Block of Aluminium for English +- @Language Contributor make sure you treat the Aluminium translations in the same way + ## Pre-Alpha 0.3.11 - Hotfix to fix the game crashing without an Itch API key diff --git a/changelogs.json b/changelogs.json index 7cdadcf..b092930 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,16 @@ { "pre-alpha": { + "0.3.12": [ + "Added music, with 11 different tracks by 4 different artists", + "Added sliders in the option menu for music and sound", + "Added ice", + "Added `/say` command", + "Added `friction` field for block states", + "You can now smelt ice and snow in the furnace to get water", + "Disabled item catalog for survival players", + "The block for Aluminium has been renamed to `Block of Aluminium` for English", + "@Language Contributor make sure you treat the Aluminium translations in the same way" + ], "0.3.11": [ "Hotfix to fix the game crashing without an Itch API key" ], diff --git a/versions.json b/versions.json index 06a1ced..ae37ee1 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,23 @@ { "latest": { - "pre_alpha": "0.3.11" + "pre_alpha": "0.3.12" }, "versions": [ + { + "id": "0.3.12", + "type": "pre_alpha", + "releaseTime": 1734825600, + "client": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.12/client/Cosmic-Reach-0.3.12.jar", + "sha256": "de6783d1eeae584e5b6093a85e481eeedf5a3cfb29ab80989935139cd7e3b5a8", + "size": 53378532 + }, + "server": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.12/server/Cosmic-Reach-Server-0.3.12.jar", + "sha256": "70ab5cb563da2c8d368c1dc017eed0c86f9426bf156b0686c3530099c41cb83a", + "size": 13042302 + } + }, { "id": "0.3.11", "type": "pre_alpha", diff --git a/versions/pre-alpha/0.3.12/client/Cosmic-Reach-0.3.12.jar b/versions/pre-alpha/0.3.12/client/Cosmic-Reach-0.3.12.jar new file mode 100644 index 0000000..58655e8 Binary files /dev/null and b/versions/pre-alpha/0.3.12/client/Cosmic-Reach-0.3.12.jar differ diff --git a/versions/pre-alpha/0.3.12/server/Cosmic-Reach-Server-0.3.12.jar b/versions/pre-alpha/0.3.12/server/Cosmic-Reach-Server-0.3.12.jar new file mode 100644 index 0000000..c9ec284 Binary files /dev/null and b/versions/pre-alpha/0.3.12/server/Cosmic-Reach-Server-0.3.12.jar differ