Skip to content

Commit

Permalink
Mark LexForge as supported in publishing metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed May 12, 2024
1 parent 55e1fef commit 3e46ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def publishingMetadataTask = tasks.register("publishingMetadata") {
'mcVersion' : "${mc_version}",
'version' : "${mod_version}",
'classifier' : 'universal',
'modLoader' : 'neoforge',
'modLoader' : ['neoforge', 'forge'],
'curseforgeId': '242818',
'modrinthId' : '2gq0ALnz'
]
Expand Down

0 comments on commit 3e46ee2

Please sign in to comment.