Skip to content

Commit

Permalink
Added some change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Oct 12, 2023
1 parent e225187 commit abe814e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelogs/2.1.1-beta.1.md
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
5 changes: 5 additions & 0 deletions changelogs/2.1.1-beta.2.md
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

0 comments on commit abe814e

Please sign in to comment.