diff --git a/README.md b/README.md index 3d961ef..3371192 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## Pre-Alpha 0.3.1 +- Fixed axes not being effective towards wooden crates +- Fixed sounds not loading from their resource locations +- Fixed credits screen crashing +- Better error handling on block events +- Better logging on block state generators + ## Pre-Alpha 0.3.0 - All mods and assets are now namespaced, data mods must be in the path `/mods/YOUR_NAMESPACE/YOUR_ASSET_FOLDER/YOUR_ASSET` - For example, if I added a banana item, it would be under the path in the save directory `/mods/my_banana_mod/items/banana.json` diff --git a/changelogs.json b/changelogs.json index c3124cd..9a5a650 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,12 @@ { "pre-alpha": { + "0.3.1": [ + "Fixed axes not being effective towards wooden crates", + "Fixed sounds not loading from their resource locations", + "Fixed credits screen crashing", + "Better error handling on block events", + "Better logging on block state generators" + ], "0.3.0": [ "All mods and assets are now namespaced, data mods must be in the path /mods/YOUR_NAMESPACE/YOUR_ASSET_FOLDER/YOUR_ASSET", "For example, if I added a banana item, it would be under the path in the save directory /mods/my_banana_mod/items/banana.json", @@ -15,7 +22,7 @@ "Moved isTransparent and cullsSelf flags to from blockstate to model files", "Models and textures are now referenced by their identifier in files", "Refactored language files to support tooltips and mods, added translation keys for blocks and items" - ] + ], "0.2.5": [ "Added /skylight command", "Added credits screen", diff --git a/versions.json b/versions.json index a0f54f6..59dd350 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,16 @@ { "latest": { - "pre_alpha": "0.3.0" + "pre_alpha": "0.3.1" }, "versions": [ + { + "id": "0.3.1", + "type": "pre_alpha", + "releaseTime": 1726358400, + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/Cosmic%20Reach-0.3.1.jar", + "sha256": "938f3a9065d39543eccde70731fd83aecb2c526739b8a747302183d2e835f197", + "size": 24695979 + }, { "id": "0.3.0", "type": "pre_alpha", diff --git a/versions/pre-alpha/Cosmic Reach-0.3.1.jar b/versions/pre-alpha/Cosmic Reach-0.3.1.jar new file mode 100644 index 0000000..7ba93f1 Binary files /dev/null and b/versions/pre-alpha/Cosmic Reach-0.3.1.jar differ