update to 1.20

This commit is contained in:
Husky Susbaka 2023-06-18 17:23:44 -07:00
parent 4976083cd7
commit 05fc6bc4e5
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true org.gradle.parallel = true
# Mod Properties # Mod Properties
version = 1.0.2+1.19 version = 1.0.2+1.20
maven_group = gay.eviee maven_group = gay.eviee
archives_base_name = imguiquilt archives_base_name = imguiquilt

View file

@ -4,13 +4,13 @@
"group": "gay.eviee", "group": "gay.eviee",
"id": "imguiquilt", "id": "imguiquilt",
"version": "${version}", "version": "${version}",
"license": "Apache-2.0",
"metadata": { "metadata": {
"name": "ImGui for Quilt", "name": "ImGui for Quilt",
"description": "An interface for ImGui for Quilt.", "description": "An interface for ImGui for Quilt.",
"contributors": { "contributors": {
"Evie Viau": "Author" "Evie Viau": "Author"
}, },
"license": "Apache-2.0",
"contact": { "contact": {
"homepage": "https://sr.ht/~eviee/imgui-quilt/", "homepage": "https://sr.ht/~eviee/imgui-quilt/",
"issues": "https://todo.sr.ht/~eviee/imgui-quilt", "issues": "https://todo.sr.ht/~eviee/imgui-quilt",
@ -25,15 +25,15 @@
"depends": [ "depends": [
{ {
"id": "quilt_loader", "id": "quilt_loader",
"versions": ">=0.17.0-" "versions": ">=0.18.10"
}, },
{ {
"id": "quilted_fabric_api", "id": "quilted_fabric_api",
"versions": ">=4.0.0-" "versions": ">=7.0.0"
}, },
{ {
"id": "minecraft", "id": "minecraft",
"versions": ">=1.19.2" "versions": ">=1.20"
} }
] ]
}, },