expand versioning!

This commit is contained in:
nelle 2024-09-10 02:33:43 -06:00
parent 48e25c405a
commit fe9e9181ee
2 changed files with 10 additions and 10 deletions

View file

@ -1,10 +1,10 @@
[versions] [versions]
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html # The latest versions are available at https://quiltmc.org/en/usage/latest-versionsminecraft
minecraft = "1.20.1" minecraft = "1.20"
quilt_mappings = "1.20.1+build.9" quilt_mappings = "1.20+build.4"
quilt_loader = "0.23.0-beta.1" quilt_loom = "1.7.4"
quilt_loader = "0.26.3"
quilted_fabric_api = "7.4.0+0.90.0-1.20.1" quilted_fabric_api = "7.0.1+0.83.0-1.20"
[libraries] [libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" } minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }

View file

@ -8,7 +8,7 @@
"name": "Edible Blocks", "name": "Edible Blocks",
"description": "Every block can be consumed", "description": "Every block can be consumed",
"contributors": { "contributors": {
"LimePotato": "Owner" "LimePotato": "conceptioneer"
}, },
"contact": { "contact": {
"homepage": "https://limepot.xyz/", "homepage": "https://limepot.xyz/",
@ -24,15 +24,15 @@
"depends": [ "depends": [
{ {
"id": "quilt_loader", "id": "quilt_loader",
"versions": ">=0.19.1" "versions": ">=0.26.3"
}, },
{ {
"id": "quilted_fabric_api", "id": "quilted_fabric_api",
"versions": ">=7.0.3" "versions": ">=7.0.1"
}, },
{ {
"id": "minecraft", "id": "minecraft",
"versions": ">=1.20-" "versions": "1.20-1.21.1"
} }
] ]
}, },