expand versioning!
This commit is contained in:
parent
48e25c405a
commit
fe9e9181ee
2 changed files with 10 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
[versions]
|
||||
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
|
||||
minecraft = "1.20.1"
|
||||
quilt_mappings = "1.20.1+build.9"
|
||||
quilt_loader = "0.23.0-beta.1"
|
||||
|
||||
quilted_fabric_api = "7.4.0+0.90.0-1.20.1"
|
||||
# The latest versions are available at https://quiltmc.org/en/usage/latest-versionsminecraft
|
||||
minecraft = "1.20"
|
||||
quilt_mappings = "1.20+build.4"
|
||||
quilt_loom = "1.7.4"
|
||||
quilt_loader = "0.26.3"
|
||||
quilted_fabric_api = "7.0.1+0.83.0-1.20"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"name": "Edible Blocks",
|
||||
"description": "Every block can be consumed",
|
||||
"contributors": {
|
||||
"LimePotato": "Owner"
|
||||
"LimePotato": "conceptioneer"
|
||||
},
|
||||
"contact": {
|
||||
"homepage": "https://limepot.xyz/",
|
||||
|
@ -24,15 +24,15 @@
|
|||
"depends": [
|
||||
{
|
||||
"id": "quilt_loader",
|
||||
"versions": ">=0.19.1"
|
||||
"versions": ">=0.26.3"
|
||||
},
|
||||
{
|
||||
"id": "quilted_fabric_api",
|
||||
"versions": ">=7.0.3"
|
||||
"versions": ">=7.0.1"
|
||||
},
|
||||
{
|
||||
"id": "minecraft",
|
||||
"versions": ">=1.20-"
|
||||
"versions": "1.20-1.21.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue