update to 1.20
This commit is contained in:
parent
4976083cd7
commit
05fc6bc4e5
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue