Skip to content

Commit

Permalink
Backport to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Nov 5, 2024
1 parent 688558a commit e31f705
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 @@ -8,18 +8,18 @@ maven_group=dev.xpple
archives_base_name=seedmapper

# Minecraft properties
minecraft_version=1.21.3
minecraft_version=1.21

# Fabric Properties
# check these on https://fabricmc.net/develop
# https://ldtteam.jfrog.io/ui/native/parchmentmc-public/org/parchmentmc/data/
fabric_api_version=0.107.0+1.21.3
fabric_api_version=0.102.0+1.21
parchment_mappings=parchment-1.21:2024.07.28@zip
fabric_loader_version=0.16.9

# Library dependencies
betterconfig_version=2.1.2
clientarguments_version=1.10.1
clientarguments_version=1.9

# Test dependencies
junit_version=5.10.0
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 @@
"java": ">=23",
"fabricloader": ">=${loader_version}",
"fabric-api": ">=0.37.1",
"minecraft": ">=1.21.3 <1.22",
"minecraft": ">=1.21 <1.21.2",
"betterconfig": "*",
"clientarguments": "*"
}
Expand Down

0 comments on commit e31f705

Please sign in to comment.