Skip to content

Commit

Permalink
Update Fabric Loader dependency in dev
Browse files Browse the repository at this point in the history
Fixes dev not launching during snapshots with the new version bound
  • Loading branch information
altrisi authored Sep 11, 2024
1 parent 1487152 commit 8f096da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check https://fabricmc.net/develop/
minecraft_version=24w36a
loader_version=0.15.11
loader_version=0.16.3
jsr305_version=3.0.2
fabric_version=0.102.0+1.21

Expand All @@ -25,4 +25,4 @@ org.gradle.jvmargs=-Xmx1G
# The "name" or id of the Curseforge version for the secondary branch
# This is needed because CF uses too vague names for snapshots
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-extra-curse-version = Minecraft 1.20:1.20.4-Snapshot
release-extra-curse-version = Minecraft 1.20:1.20.4-Snapshot

0 comments on commit 8f096da

Please sign in to comment.