Skip to content

Commit

Permalink
better fmj
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Dec 28, 2023
1 parent 29f4863 commit 9fe6b5f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/groovy/switchy.compilation.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ processResources {
final Map<String, String> map = [
"switchy" : version.toString(),
"mc" : libs.versions.mc.get(),
"fl" : libs.versions.fl.get(),
"serverTranslationsAPI": libs.versions.serverTranslationsApi.get(),
"kaleidoConfig" : libs.versions.kaleidoConfig.get(),
"fapi" : libs.versions.fapi.get(),
Expand Down
2 changes: 1 addition & 1 deletion cardinal-ui/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"switchy-core": ">=${switchy}",
"switchy-client": ">=${switchy}",
Expand Down
2 changes: 1 addition & 1 deletion cardinal/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"switchy-core": ">=${switchy}",
"switchy-client": ">=${switchy}"
Expand Down
2 changes: 1 addition & 1 deletion client/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"switchy-core": ">=${switchy}"
},
Expand Down
2 changes: 1 addition & 1 deletion compat-ui/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"switchy-core": ">=${switchy}",
"switchy-client": ">=${switchy}",
Expand Down
2 changes: 1 addition & 1 deletion compat/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"switchy-core": ">=${switchy}",
"switchy-client": ">=${switchy}"
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"server_translations_api": ">=${serverTranslationsAPI}"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"environment": "*",
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"switchy-core": "${switchy}",
"switchy-client": "${switchy}",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=0.14.9",
"fabricloader": ">=${fl}",
"fabric-api": ">=${fapi}",
"switchy-core": ">=${switchy}",
"switchy-client": ">=${switchy}"
Expand Down

0 comments on commit 9fe6b5f

Please sign in to comment.