Skip to content

Commit

Permalink
Update to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocihua committed Sep 13, 2024
1 parent d6f4242 commit 9d10a9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Publish on Github, Curseforge & Modrinth
on: [ workflow_dispatch ]

env:
RELEASE_NAME: 0.5.9 for Minecraft 1.21
RELEASE_NAME: 0.5.9 for Minecraft 1.21-1.21.1
VERSION: 0.5.9
MC_VERSION: mc1.21
MC_VERSION: mc1.21.1

permissions:
contents: write
Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
loaders: fabric
game-versions: |
1.21
1.21.1
java: |
21
22
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.2
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5

# Fabric API
fabric_version=0.100.3+1.21
fabric_version=0.104.0+1.21.1

# https://github.com/CottonMC/LibGui/releases
LibGui_version=11.0.0+1.21
Expand Down

0 comments on commit 9d10a9c

Please sign in to comment.