From 6509d4d94fad45bde4dc3df4eeaa1b7920a62af2 Mon Sep 17 00:00:00 2001 From: ipz233_vvv Date: Wed, 15 Jan 2025 15:37:50 +0200 Subject: [PATCH] publish readme --- README.md | 6 +++++- gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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