Skip to content

Commit

Permalink
Updated 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ppulci committed Jun 22, 2024
1 parent 3ab9e8b commit 669ea32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

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

# Mod Properties
mod_version=1.2-1.20.6
mod_version=1.2-1.21
maven_group=com.syco
archives_base_name=deepslatetweaks-fabric

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

0 comments on commit 669ea32

Please sign in to comment.