Skip to content

Commit

Permalink
1.4.161 for 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Dec 3, 2024
1 parent 8510f6e commit cd0c6b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=24w46a
yarn_mappings=24w46a+build.6
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9
# check available versions on maven (https://masa.dy.fi/maven/carpet/fabric-carpet/) for the given minecraft version you are using
carpet_core_version=1.4.160+v241113
carpet_core_version=1.4.161+v241203
# for gametests
fabric_api_version=0.108.1+1.21.4
fabric_api_version=0.110.5+1.21.4

# Mod Properties
mod_version = 1.4.160
mod_version = 1.4.161
maven_group = carpet-extra
archives_base_name = carpet-extra

Expand All @@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1G
# The Curseforge versions "names" or ids for the main branch (comma separated: 1.16.4,1.16.5)
# This is needed because CF uses too vague names for prereleases and release candidates
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-curse-versions = Minecraft 1.21:1.21.4-Snapshot
release-curse-versions = Minecraft 1.21:1.21.4
# Whether or not to build another branch on release
release-extra-branch = false
# The name of the second branch to release
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
],

"depends": {
"fabricloader": ">=0.16.7",
"carpet": ">=1.4.160",
"minecraft": ">1.21.3",
"fabricloader": ">=0.16.9",
"carpet": ">=1.4.161",
"minecraft": ">=1.21.4",
"java": ">=21"
},
"custom": {
Expand Down

0 comments on commit cd0c6b3

Please sign in to comment.