Skip to content

Commit

Permalink
Update dependencies to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Jul 4, 2023
1 parent b44e73a commit f2fe3fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
minecraft = "1.19.3"
quilt_mappings = "1.19.3+build.6"
quilt_loader = "0.17.8"
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.11"
quilt_loader = "0.19.2"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
quilt_mappings = { module = "org.quiltmc:quilt-mappings", version.ref = "quilt_mappings" }
quilt_loader = { module = "org.quiltmc:quilt-loader", version.ref = "quilt_loader" }

[plugins]
quilt_loom = { id = "org.quiltmc.loom", version = "1.0.+" }
quilt_loom = { id = "org.quiltmc.loom", version = "1.1.+" }
loom_quiltflower = { id = "io.github.juuxel.loom-quiltflower", version = "1.8.+" }
minotaur = { id = "com.modrinth.minotaur", version = "2.5.0" }
cursegradle = { id = "com.matthewprenger.cursegradle", version = "1.4.0" }
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"minecraft": ">=1.19.2",
"minecraft": "~1.20.1",
"java": ">=17"
}
}

0 comments on commit f2fe3fd

Please sign in to comment.