diff --git a/gradle.properties b/gradle.properties index 74a895ce..1ae5a1a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G fabric_api_version=0.100.3+1.21 # Mod Properties - mod_version = 1.4.147 + mod_version = 1.4.148 maven_group = carpet-extra archives_base_name = carpet-extra @@ -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 + release-curse-versions = Minecraft 1.21:1.21,Minecraft 1.21:1.21.1 # Whether or not to build another branch on release release-extra-branch = false # The name of the second branch to release diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ab95cd03..2e02aa6c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.15.11", "carpet": ">=1.4.147", - "minecraft": ["1.21"], + "minecraft": ["1.21", "1.21.1"], "java": ">=21" }, "custom": {