Skip to content

Commit

Permalink
It Begins...
Browse files Browse the repository at this point in the history
  • Loading branch information
TechTastic committed Dec 27, 2024
1 parent a884f9c commit 6db338b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
Fixes
- Removed the thorns in my side (`getRoll`, `getPitch`, `getYaw`)
- Welcome to Quaternion to Euler conversions (added the following methods)
- `getEulerAnglesXYZ`
- `getEulerAnglesYXZ`
- `getEulerAnglesZXY`
- `getEulerAnglesZYX`
# Updated to match Clockwork's VS2 version
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"depends": {
"minecraft": ">=1.18.2",
"valkyrienskies": "<=2.3.0-beta.5",
"valkyrienskies": ">=2.1.1-beta.6",
"fabricloader": ">=0.14.21",
"computercraft": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ side = "BOTH"
[[dependencies.cc_vs]]
modId = "valkyrienskies"
mandatory = true
versionRange = "[${vs2_version},2.3.0-beta.5)"
versionRange = "[${vs2_version},)"
ordering = "AFTER"
side = "BOTH"

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ archives_base_name=cc_vs
maven_group=io.github.techtastic
loader_platform=Common
# Dependencies
vs2_version=2.1.1-beta.1+9445389ac1
vs_core_version=1.1.0+8a93383ce5
vs2_version=2.1.1-beta.6+c41d894d36
vs_core_version=1.1.0+e213cc9916
minecraft_version=1.18.2
architectury_version=4.10.86
fabric_loader_version=0.14.10
Expand Down

0 comments on commit 6db338b

Please sign in to comment.