Skip to content

Commit

Permalink
change: Update to Minecraft 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Jun 12, 2023
1 parent 63f00b9 commit 4b44094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
org.gradle.jvmargs=-Xmx3G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20
yarn_mappings=1.20+build.1

minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
loader_version=0.14.21
#Fabric api
fabric_version=0.83.0+1.20
fabric_version=0.83.0+1.20.1
# Mod Properties
mod_version=0.11.2
maven_group=me.jellysquid.mods
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"accessWidener": "lithium.accesswidener",
"depends": {
"fabricloader": ">=0.12.11",
"minecraft": "1.20"
"minecraft": "1.20.1"
},
"breaks": {
"optifabric": "*"
Expand Down

0 comments on commit 4b44094

Please sign in to comment.