Skip to content

Commit

Permalink
Update to Minecraft 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Jun 29, 2024
1 parent d43a2e8 commit 884a7dc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Build with Gradle
run: ./gradlew build --no-daemon
- name: Upload build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Build and publish with Gradle
run: ./gradlew build publish modrinth --no-daemon
env:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G

# Your project's version
group=gay.ampflower
projectVersion=0.4.5
projectVersion=0.4.6
modrinthId=z23qey0b
minecraftCompatible=1.20.4
minecraftCompatible=1.20.5
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ annotations = "23.0.0"

# https://github.com/LambdAurora/SpruceUI
spruceui = "5.0.3+1.20.4"
modmenu = "9.0.+"
modmenu = "10.0.+"

# Minecraft
minecraft_version = "1.20.4"
minecraft_required = "1.20.4"
minecraft_version = "1.20.5"
minecraft_required = "1.20.5"
fabric_loader = "0.15.+"
fabric_api = "0.97.1+1.20.4"
fabric_api = "0.97.8+1.20.5"

# Plugins
loom = "1.+"
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/music-moods.mixin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"client": [
"MixinMinecraft",
"MixinMusicManager",
"MixinOptionsListEntry",
"MixinWeighedSoundEvents"
],
"injectors": {
Expand Down

0 comments on commit 884a7dc

Please sign in to comment.