Skip to content

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Jun 12, 2023
1 parent f10f6de commit 876a9d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Currently, I try to actively bring features to:

- 1.20.0
- 1.20.1

If you come across any bugs in other versions, just open an issue and I will look into fixing it. I will not port
features to any Minecraft version other than those mentioned above.
Expand Down
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
minecraft_version=1.20.1
#yarn_mappings=23w16a+build.4
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=2.0.0
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.21",
"minecraft": "=1.20.0",
"minecraft": "=1.20.1",
"fabric": "*"
}
}

0 comments on commit 876a9d0

Please sign in to comment.