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
# Mod Properties
version = 1.0.2+1.19
version = 1.0.2+1.20
maven_group = gay.eviee
archives_base_name = imguiquilt

View file

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