Skip to content

Commit

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

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

# Mod Properties
mod_version=2.0.0-alpha.3
mod_version=2.0.0-alpha.2
maven_group=dev.schmarrn
archives_base_name=lighty
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"lighty.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.18",
"minecraft": ">=1.20.0-alpha.23.18.a",
"fabricloader": ">=0.14.19",
"minecraft": ">=1.20.0-beta.1",
"fabric": "*"
}
}

0 comments on commit 91f0d47

Please sign in to comment.