Skip to content

Commit

Permalink
Hotfix for 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev committed Aug 1, 2023
1 parent 4b35b2f commit dc7c0f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ modrinth {
versionName = "Quilt Tag Plus ${project.version}"
changelog = rootProject.file("CHANGELOG.md").text
versionType = "beta"
uploadFile = jar
uploadFile = remapJar
gameVersions = ["${libs.versions.minecraft.get()}"]
loaders = ["quilt"]
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 0.1.3
version = 0.1.4
maven_group = fr.mysteriousdev
archives_base_name = quilt_tag_plus
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft = "1.19.4"
quilt_mappings = "1.19.4+build.10"
quilt_loader = "0.18.10"

quilted_fabric_api = "6.0.0-beta.4+0.78.0-1.19.4"
quilted_fabric_api = "6.0.0-beta.9+0.83.0-1.19.4"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
Expand All @@ -19,4 +19,4 @@ quilted_fabric_api_deprecated = { module = "org.quiltmc.quilted-fabric-api:quilt
quilted_fabric_api = ["quilted_fabric_api", "quilted_fabric_api_deprecated"]

[plugins]
quilt_loom = { id = "org.quiltmc.loom", version = "1.1.+" }
quilt_loom = { id = "org.quiltmc.loom", version = "1.2.+" }

0 comments on commit dc7c0f8

Please sign in to comment.