Skip to content

Commit

Permalink
[update] drop 1.20.3; improve connector compatibility (JackFred2/Jack…
Browse files Browse the repository at this point in the history
  • Loading branch information
JackFred2 committed Dec 22, 2023
1 parent a1fbc3e commit d9ca65f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
game_versions_mr=1.20.3-rc1,1.20.3,1.20.4-rc1,1.20.4
game_versions_curse=1.20.3-Snapshot,1.20.3,1.20.4
game_versions_mr=1.20.4
game_versions_curse=1.20.4
parchment_version=1.20.2:2023.10.22
loader_version=0.15.0

# Mod Properties
mod_version=2.3.1
mod_version=2.3.2
maven_group=red.jackf
archives_base_name=whereisit

# Dependencies
jackfredlib_version=0.8.2+1.20.4
jackfredlib_version=0.8.5+1.20.4

jei_modrinth_id=HtjsxDMk

Expand All @@ -30,7 +30,7 @@ emi_version=1.0.24+1.20.2
# JF_END_AUTO_UPDATE_BLOCK

# Publishing
prefix=[1.20.3/4]
prefix=[1.20.4]
release_type=release
changelog_filter=[feat],[fix],[change],[docs],[update]
mod_name=Where Is It
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 @@ -45,7 +45,7 @@
"accessWidener": "whereisit.accesswidener",
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": ">=1.20.3",
"minecraft": ">=1.20.4",
"java": ">=17",
"fabric-api": "*",
"yet_another_config_lib_v3": ">=3.2.0"
Expand Down

0 comments on commit d9ca65f

Please sign in to comment.