Skip to content

Commit

Permalink
add cloth config to mc-publish deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Dec 23, 2023
1 parent 544c7c4 commit d7ddd82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/fabric-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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}
4 changes: 2 additions & 2 deletions .github/workflows/forge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
MINECRAFT_VERSION: "1.20.1"
KOTLIN_FOR_FORGE_VERSION: "4.9.0"

jobs:
build:
Expand Down Expand Up @@ -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}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit d7ddd82

Please sign in to comment.