set api version to 1.20

This commit is contained in:
Ryder Belserion 2024-06-16 21:43:59 -04:00
parent aecb1c4ad3
commit c0fc1c2f51
No known key found for this signature in database

View File

@ -89,7 +89,8 @@ tasks {
inputs.properties("version" to project.version)
inputs.properties("group" to project.group)
inputs.properties("description" to project.properties["description"])
inputs.properties("apiVersion" to libs.versions.minecraft.get())
//inputs.properties("apiVersion" to libs.versions.minecraft.get())
inputs.properties("apiVersion" to "1.20")
inputs.properties("authors" to project.properties["authors"])
inputs.properties("website" to project.properties["website"])