Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
B1n-ry committed Aug 14, 2024
1 parent b146bda commit f117494
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ publishMods {

accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")

minecraftVersions.add(project.minecraft_version)
minecraftVersionRange {
start = "1.20"
end = "1.21.1"
}

javaVersions.add(java.sourceCompatibility)

Expand All @@ -49,7 +52,10 @@ publishMods {
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
projectId = "HnD1GX6e"

minecraftVersions.add(project.minecraft_version)
minecraftVersionRange {
start = "1.20"
end = "1.21.1"
}

requires("fabric-api", "cloth-config")
}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Fabric Properties
minecraft_version=1.21
yarn_mappings=1.21+build.9
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.15.11

# Mod Properties
mod_version = 2.4.4
mod_version = 2.4.5
maven_group = com.b1n_ry.yigd
archives_base_name = youre-in-grave-danger-fabric

# Dependencies
fabric_version=0.101.2+1.21
fabric_version=0.102.1+1.21.1
config_version=15.0.128

# Bundled
Expand Down

0 comments on commit f117494

Please sign in to comment.