Finalize adding the TP commands

This commit is contained in:
Zontreck 2022-10-04 23:25:05 -07:00
parent 75c0a26183
commit b51cd270d4
14 changed files with 420 additions and 81 deletions

View file

@ -7,7 +7,7 @@ plugins {
version = '1.3.1'
version = '1.3.2'
group = 'dev.zontreck.otemod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'otemod'
@ -156,7 +156,7 @@ jar {
attributes([
"Specification-Title" : "otemod",
"Specification-Vendor" : "Zontreck",
"Specification-Version" : "1.3.1", // We are version 1 of ourselves
"Specification-Version" : "1.3.2", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "Zontreck",