Skip to content

Commit

Permalink
Added PhysShip raycast function
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Jan 19, 2025
1 parent e81c025 commit 0dccfed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ dependencies {
transitive = false
}

forgeRuntimeLibrary shadowCommon("org.valkyrienskies:physics_api_krunch:1.0.0+04b9857549") {
forgeRuntimeLibrary shadowCommon("org.valkyrienskies:physics_api_krunch:1.0.0+572441516e") {
transitive = false
}

forgeRuntimeLibrary shadowCommon("org.valkyrienskies:physics_api:1.0.0+2990315383") {
forgeRuntimeLibrary shadowCommon("org.valkyrienskies:physics_api:1.0.0+9119c4261b") {
transitive = false
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ forge_version=1.18.2-40.2.4
create_fabric_version=0.5.1-i-build.1598+mc1.18.2
flywheel_version_fabric=0.6.9-38
createbigcannons_version= 0.5.2-nightly-e815ca4
vs_core_version=1.1.0+a285580c09
vs_core_version=1.1.0+4f1e894821
# Prevent kotlin from autoincluding stdlib as a dependency, which breaks
# gradle's composite builds (includeBuild) for some reason. We'll add it manually
kotlin.stdlib.default.dependency=false
Expand Down

0 comments on commit 0dccfed

Please sign in to comment.