forked from ValkyrienSkies/Valkyrien-Skies-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
StewStrong
committed
Oct 12, 2023
1 parent
e225187
commit abe814e
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# New Features | ||
* LOD that adds collision shapes for stairs/slabs/ect, and adds friction/elasticity/density properties to blocks | ||
* Multithreaded Krunch physics engine | ||
* Multithreaded terrain loading (so physics doesn't lag from terrain loading) | ||
* Allow ships to travel through Nether and End portals | ||
* Allow ships to be teleported between dimensions | ||
* Added physics entity support (currently only used to make balls with the Physics Entity Creator Item, but more coming soon 🙂) | ||
|
||
# Bugfixes | ||
* Fixed ships randomly getting stuck in the air | ||
* Fixed scaled ships not behaving correctly in water | ||
* Fixed the @v command argument to behave correctly like the @e argument | ||
* Fixed Ship Creator Item not scaling ships correctly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# New Features | ||
Nothing | ||
|
||
# Bugfixes | ||
* Removed old CBC mixin that doesn't work on new versions |