Skip to content

Commit

Permalink
Added 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard committed Jan 7, 2025
1 parent 0ab18ae commit 731be23
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 2 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.3.15
- Added Latex, extracted when you use the fluid vacuum on a tree log
- Added rubber blocks, a block which bounces you when you fall on it
- Added bounciness field to block states
- Added /post_build/dependency_lists.txt to .jar file
- For modders: added music packets to change the song playing client-side
- Item use is now server-side
- Split vertical slabs into seamed and seamless versions ( For data mods, this is a breaking change, update your blocks, look at base blocks for examples! )
- No longer have zero friction when no-clipping mid-air
- Fixed medkits not working in multiplayer
- Fixed entities in the same chunk as the player not loading
- Fixed water items not rendering when dropped
- Fixed the UV of the negative Z-axis face being flipped
- Pick block in creative mode no longer gets 100x items
- Fixed bug where non-english text would not render on signs
- Fixed logging using the wrong year format
- Fixed commands being unable to display multiple lines in multiplayer
- Fixed /kill not working in creative
- Fixed client-side crashing on null world

## Pre-Alpha 0.3.14
- Hotfix to fix server crashes when unloading text displays
- Hotfix to fix mac crashing when loading the text display shader
Expand Down
22 changes: 21 additions & 1 deletion changelogs.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
{
"pre-alpha": {
"0.3.15": [
"Added Latex, extracted when you use the fluid vacuum on a tree log",
"Added rubber blocks, a block which bounces you when you fall on it",
"Added `bounciness` field to block states",
"Added `/post_build/dependency_lists.txt` to .jar file",
"For modders: added music packets to change the song playing client-side",
"Item use is now server-side",
"Split vertical slabs into seamed and seamless versions ( For data mods, this is a breaking change, update your blocks, look at base blocks for examples! )",
"No longer have zero friction when no-clipping mid-air",
"Fixed medkits not working in multiplayer",
"Fixed entities in the same chunk as the player not loading",
"Fixed water items not rendering when dropped",
"Fixed the UV of the negative Z-axis face being flipped",
"Pick block in creative mode no longer gets 100x items",
"Fixed bug where non-english text would not render on signs",
"Fixed logging using the wrong year format",
"Fixed commands being unable to display multiple lines in multiplayer",
"Fixed `/kill` not working in creative",
"Fixed client-side crashing on null world"
],
"0.3.14": [
"Hotfix to fix server crashes when unloading text displays",
"Hotfix to fix mac crashing when loading the text display shader"
],
"0.3.13": [
"Added 'Text Displays', a sign which can change colour and size of the text",
"Added /playercount and /who commands",
"Added `/playercount` and `/who` commands",
"Fixed only 4 out of 11 songs being played... now enjoy the rest of the soundtrack!",
"Fixed chat messages being able to contain new lines",
"Fixed various block UV rotation issues"
Expand Down
17 changes: 16 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"latest": {
"pre_alpha": "0.3.14"
"pre_alpha": "0.3.15"
},
"versions": [
{
"id": "0.3.15",
"type": "pre_alpha",
"releaseTime": 1736208000,
"client": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.15/client/Cosmic-Reach-0.3.15.jar",
"sha256": "fa7f46d19328b455a503599961c1ea773b545f1c8a4e201554f4369aecae1ec2",
"size": 53425110
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.15/server/Cosmic-Reach-Server-0.3.15.jar",
"sha256": "cb6bf88c90f2ed956c3558d4f83cc1f2309b843537582b2e9256b8121d57ceb0",
"size": 13077936
}
},
{
"id": "0.3.14",
"type": "pre_alpha",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 731be23

Please sign in to comment.