We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce2fe3 commit 2fc8ff8Copy full SHA for 2fc8ff8
.gitignore
@@ -16,6 +16,7 @@ classes/
16
.vscode
17
.settings
18
*.launch
19
+.architectury-transformer
20
21
quaternion.lua
22
matrix.lua
changelog.md
@@ -1,7 +1,4 @@
1
# Changes
2
-- Fixed Physics Ticks Event Handler only responding to one computer only
3
-- Fixed Ship API missing methods
4
-- Merged Extended Ship API into Ship API
5
-- New documentation via LDoc (targeting `1.20.x/main`)
+- Fixed Ship API silently failing to load methods due to improperly wrapping `ship.getConstraints`
6
7
# This version is now officially dead and archived!
0 commit comments