Skip to content

Commit 00e1431

Browse files
Merge pull request #3 from Ecdcaeb/_modGui
add mod_issue_tracker for new mod list gui
2 parents 34a7ae2 + 2d8a067 commit 00e1431

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ sourceSets {
122122
property('mod_url', mod_url)
123123
property('mod_update_json', mod_update_json)
124124
property('mod_logo_path', mod_logo_path)
125+
property('mod_issue_tracker', mod_issue_tracker)
125126
}
126127
}
127128
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ mod_update_json =
3232
mod_authors =
3333
mod_credits =
3434
mod_logo_path =
35+
mod_issue_tracker =
3536

3637
# Run Configurations
3738
# If multiple arguments/tweak classes are stated, use spaces as the delimiter

src/main/resource-templates/mcmod.info

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"credits": "{{ mod_credits }}",
99
"url": "{{ mod_url }}",
1010
"updateJSON": "{{ mod_update_json }}",
11-
"logoFile": "{{ mod_logo_path }}"
11+
"logoFile": "{{ mod_logo_path }}",
12+
"modProperties": {
13+
"issueTracker": "{{ mod_issue_tracker }}"
14+
}
1215
}]

0 commit comments

Comments
 (0)