Push 1.3.2.1

Add item despawn time amplifier config value
This commit is contained in:
Zontreck 2022-10-05 03:20:13 -07:00
parent 280b8dbde6
commit 30f4f3deff
9 changed files with 116 additions and 16 deletions

View file

@ -7,7 +7,7 @@ plugins {
version = '1.3.2'
version = '1.3.2.1'
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.2", // We are version 1 of ourselves
"Specification-Version" : "1.3.2.1", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "Zontreck",