Skip to content

Commit

Permalink
[fix] remove depends on mixin extras; this fixes a connector issue wh…
Browse files Browse the repository at this point in the history
…ere a forge mod bundles an old version and it gets selected over the latest bundled version causing the module not to load.
  • Loading branch information
JackFred2 committed Dec 22, 2023
1 parent b8925c9 commit 5ffc421
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ github_repo=JackFredLib
mod_name=JackFredLib

# Root Module
module_version=0.8.4
module_version=0.8.5
module_name=JackFredLib
module_description=Common code and hooks for JackFred's mods.
2 changes: 1 addition & 1 deletion jackfredlib-extracommandsourcedata/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module_version=1.1.0
module_version=1.1.1
module_name=JackFredLib: Extra Command Source Data
module_description=Provides hooks to add extra CommandSourceStack data when running commands.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"icon": "assets/jackfredlib-extracommandsourcedata/icon.png",
"environment": "*",
"depends": {
"minecraft": ">=1.20.1",
"mixinextras": ">=0.2.0"
"minecraft": ">=1.20.1"
},
"mixins": [
"jackfredlib-extracommandsourcedata.mixins.json"
Expand Down
2 changes: 1 addition & 1 deletion jackfredlib-lying/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module_version=0.5.4
module_version=0.5.5
module_name=JackFredLib: Lying
module_description=Toolkit for sending fake data to the client from the server side.

Expand Down
3 changes: 1 addition & 2 deletions jackfredlib-lying/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"fabricloader": "*",
"fabric-lifecycle-events-v1": "*",
"jackfredlib-base": ">=1.2.0",
"jackfredlib-colour": "*",
"mixinextras": ">=0.2.0"
"jackfredlib-colour": "*"
},
"custom": {
"modmenu": {
Expand Down

0 comments on commit 5ffc421

Please sign in to comment.