Skip to content

Commit

Permalink
Update to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueZeeKing committed Oct 21, 2024
1 parent 0d88fc5 commit a821509
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
@@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties
minecraft_version=1.21.2-rc1
yarn_mappings=1.21.2-rc1+build.1
minecraft_version=1.21.2-rc2
yarn_mappings=1.21.2-rc2+build.1
loader_version=0.16.7

# Mod Properties
Expand All @@ -11,7 +11,7 @@ maven_group = io.icker
archives_base_name = factions

# Dependencies
fabric_version=0.106.0+1.21.2
fabric_version=0.106.1+1.21.2
lucko_permissions_version=0.3.1
dynmap_api_version=3.7-SNAPSHOT
papi_version=2.4.1+1.21
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 @@ -30,7 +30,7 @@

"depends": {
"fabricloader": ">=0.13.3",
"minecraft": ">=1.21.2-rc.1",
"minecraft": ">=1.21.2-rc.2",
"java": ">=17",
"fabric-api": "*"
},
Expand Down

0 comments on commit a821509

Please sign in to comment.