Skip to content

Commit

Permalink
Added 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard authored Sep 15, 2024
1 parent 4aff06c commit 1c146c0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
9 changes: 8 additions & 1 deletion changelogs.json
Original file line number Diff line number Diff line change
@@ -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 <code>/mods/YOUR_NAMESPACE/YOUR_ASSET_FOLDER/YOUR_ASSET</code>",
"For example, if I added a banana item, it would be under the path in the save directory <code>/mods/my_banana_mod/items/banana.json</code>",
Expand All @@ -15,7 +22,7 @@
"Moved <code>isTransparent</code> and <code>cullsSelf</code> 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",
Expand Down
10 changes: 9 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file added versions/pre-alpha/Cosmic Reach-0.3.1.jar
Binary file not shown.

0 comments on commit 1c146c0

Please sign in to comment.