Skip to content

Commit 7c0f94a

Browse files
committed
Set specific version for Mocap dependency
The Mocap dependency is now pinned to version 1.4-alpha-6 instead of allowing any version. This ensures compatibility and prevents potential issues with future versions of the library.
1 parent 368d6a5 commit 7c0f94a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"minecraft": "~1.21.1",
2222
"java": ">=21",
2323
"fabric-api": "*",
24-
"mocap": "*"
24+
"mocap": "1.4-alpha-6"
2525
}
2626
}

0 commit comments

Comments
 (0)