tristankechlo/Publish MC Mods
Publishes minecraft mods to Curseforge and Modrinth
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mc-version | the minecraft version of the build, used for publishing to curseforge and modrinth | yes | — |
| mod-version | the version of the mod, used for publishing to curseforge and modrinth | yes | — |
| curseforge-id | the project id for the mod | yes | — |
| modrinth-id | the project id for the mod | yes | — |
| changelog | changelog that is added while publishing to curseforge and modrinth, supports markdown | yes | "" |
| loaders | what loaders does this build support, used for publishing to curseforge and modrinth | no | forge,fabric,neoforge |
| version-range | what minecraft versions does this build support, used for curseforge and modrinth | yes | — |
| version-type | what type of version is this, used for publishing to curseforge and modrinth | no | release |
| curseforge-token | — | yes | — |
| modrinth-token | — | yes | — |
| modrinth-featured | whether the mod should be featured on modrinth | no | true |
| neoforge-glob | glob pattern for the neoforge jar file | no | ./neoforge/build/libs/*-neoforge-!(*-dev|*-sources|*-javadoc).jar |
| fabric-glob | glob pattern for the fabric jar file | no | ./fabric/build/libs/*-fabric-!(*-dev|*-sources|*-javadoc).jar |
| forge-glob | glob pattern for the forge jar file | no | ./forge/build/libs/*-forge-!(*-dev|*-sources|*-javadoc).jar |
Outputs
no outputs