Fix a small bug with the home command where your rotation was set wrong
Fixes an issue where changing dimensions via /home would reset the flight ability
This commit is contained in:
parent
883d41ecc9
commit
c5e8f1cc54
5 changed files with 35 additions and 49 deletions
|
@ -7,7 +7,7 @@ plugins {
|
|||
|
||||
|
||||
|
||||
version = '1.2.3'
|
||||
version = '1.3.0'
|
||||
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.2.3", // We are version 1 of ourselves
|
||||
"Specification-Version" : "1.3.0", // We are version 1 of ourselves
|
||||
"Implementation-Title" : project.name,
|
||||
"Implementation-Version" : project.jar.archiveVersion,
|
||||
"Implementation-Vendor" : "Zontreck",
|
||||
|
|
Reference in a new issue