Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Updated to Minecraft version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
I-No-oNe committed Jun 13, 2024
1 parent 3906103 commit 169b6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
Expand All @@ -14,4 +14,4 @@ maven_group=net.i_no_am.freecamera
archives_base_name=free-camera

# Dependencies
fabric_version=0.98.0+1.20.6
fabric_version=0.100.1+1.21
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 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.20.6",
"minecraft": ">=1.21",
"java": ">=21",
"fabric-api": "*"
},
Expand Down

0 comments on commit 169b6f9

Please sign in to comment.