Skip to content

Commit afa96f2

Browse files
committed
Don't use Gradle's expand feature for values mc-publish has to access
1 parent 3306892 commit afa96f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modget-minecraft-1.16/src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"includes": {
4343
"cloth-config2": {
44-
"version": "${cloth_config_version_1_16}",
44+
"version": "4.12.41",
4545
"custom": {
4646
"mc-publish": {
4747
"ignore": false,

modget-minecraft-1.17/src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"includes": {
4343
"cloth-config2": {
44-
"version": "${cloth_config_version_1_17}",
44+
"version": "5.1.40",
4545
"custom": {
4646
"mc-publish": {
4747
"ignore": false,

0 commit comments

Comments
 (0)