diff --git a/.github/workflows/fabric-release.yml b/.github/workflows/fabric-release.yml index 73105b2..dc2368f 100644 --- a/.github/workflows/fabric-release.yml +++ b/.github/workflows/fabric-release.yml @@ -7,8 +7,6 @@ on: env: MINECRAFT_VERSION: "1.20.1" - FABRIC_API_VERSION: "0.91.0+1.20.1" - FABRIC_LANGUAGE_KOTLIN_VERSION: "1.10.16+kotlin.1.9.21" jobs: build: @@ -63,5 +61,6 @@ jobs: game-versions: | ${{ env.MINECRAFT_VERSION }} dependencies: | - fabric-api@${{ env.FABRIC_API_VERSION }}(required){modrinth:P7dR8mSH}{curseforge:306612} - fabric-language-kotlin@{{ env.FABRIC_LANGUAGE_KOTLIN_VERSION }}(required){modrinth:Ha28R6CL}{curseforge:351264} + fabric-api(required){modrinth:P7dR8mSH}{curseforge:306612} + fabric-language-kotlin(required){modrinth:Ha28R6CL}{curseforge:351264} + cloth-config(required){modrinth:9s6osm5g}{curseforge:348521} diff --git a/.github/workflows/forge-release.yml b/.github/workflows/forge-release.yml index a34ff37..955585a 100644 --- a/.github/workflows/forge-release.yml +++ b/.github/workflows/forge-release.yml @@ -7,7 +7,6 @@ on: env: MINECRAFT_VERSION: "1.20.1" - KOTLIN_FOR_FORGE_VERSION: "4.9.0" jobs: build: @@ -62,4 +61,5 @@ jobs: game-versions: | ${{ env.MINECRAFT_VERSION }} dependencies: | - kotlinforforge@${{ env.KOTLIN_FOR_FORGE_VERSION }}(required){modrinth:ordsPcFz}{curseforge:351264} + kotlinforforge(required){modrinth:ordsPcFz}{curseforge:351264} + cloth-config(required){modrinth:9s6osm5g}{curseforge:348521} diff --git a/README.md b/README.md index 724c363..e0392a8 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ sharing, or backup purposes on your local machine. 2. **Prerequisites**: Make sure you have the following mods installed: - [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) - [fabric-language-kotlin](https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin) + - [Cloth Config API](https://www.curseforge.com/minecraft/mc-mods/cloth-config) + - [Mod Menu](https://modrinth.com/mod/modmenu) ### Forge @@ -81,6 +83,7 @@ sharing, or backup purposes on your local machine. 2. **Prerequisites**: Make sure you have the following mods installed: - [Kotlin For Forge](https://www.curseforge.com/minecraft/mc-mods/kotlin-for-forge) + - [Cloth Config API](https://www.curseforge.com/minecraft/mc-mods/cloth-config) ### Usage