diff --git a/README.md b/README.md index f3e43db..e12eb04 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,8 @@ but you can easily add other versions if you need that - 1.21.3, fabric, neoforge - 1.21.4, fabric, neoforge -Also template had publishing set up, you need to specify project id for modrinth and curseforge in gradle.properties, and tokens for these sites in local.properties (it is gitignored, check local.properties.example) \ No newline at end of file +To start current active version use runActive task + +For testing all versions you can use chiseledRunAllClients, it runs all possible version and loader variants (in random(?) order) + +Also template had publishing set up, you need to specify project id for modrinth and curseforge in gradle.properties, and tokens for these sites in local.properties (it is gitignored, check local.properties.example). After that use chiseledPublishMods task diff --git a/gradle.properties b/gradle.properties index 6c84092..a3abee9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,5 +34,5 @@ deps.yarn_build=[VERSIONED] deps.modmenu_version=[VERSIONED] # Publishing -publish.modrinth=Yx7vS7Wl -publish.curseforge=922951 \ No newline at end of file +publish.modrinth= +publish.curseforge= \ No newline at end of file