Skip to content

Commit

Permalink
1.20-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed May 17, 2023
1 parent 91f0d47 commit 1e6ad9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20-pre1
minecraft_version=1.20-pre2
#yarn_mappings=23w16a+build.4
loader_version=0.14.19

#Fabric api
fabric_version=0.80.3+1.20
fabric_version=0.81.2+1.20

# Mod Properties
mod_version=2.0.0-alpha.2
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"depends": {
"fabricloader": ">=0.14.19",
"minecraft": ">=1.20.0-beta.1",
"minecraft": ">=1.20.0-beta.2",
"fabric": "*"
}
}

0 comments on commit 1e6ad9d

Please sign in to comment.