Skip to content

Commit

Permalink
Don't use Gradle's expand feature for values mc-publish has to access
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Dec 14, 2021
1 parent 3306892 commit afa96f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modget-minecraft-1.16/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"includes": {
"cloth-config2": {
"version": "${cloth_config_version_1_16}",
"version": "4.12.41",
"custom": {
"mc-publish": {
"ignore": false,
Expand Down
2 changes: 1 addition & 1 deletion modget-minecraft-1.17/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"includes": {
"cloth-config2": {
"version": "${cloth_config_version_1_17}",
"version": "5.1.40",
"custom": {
"mc-publish": {
"ignore": false,
Expand Down

0 comments on commit afa96f2

Please sign in to comment.