require 1.19 to get pet death messages

This commit is contained in:
2023-12-12 21:40:36 +01:00
parent 1ea5d62b57
commit cde9bed6dc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<groupId>me.youhavetrouble</groupId> <groupId>me.youhavetrouble</groupId>
<artifactId>BeHappyThatItHappened</artifactId> <artifactId>BeHappyThatItHappened</artifactId>
<version>1.1</version> <version>1.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>BeHappyThatItHappened</name> <name>BeHappyThatItHappened</name>
@@ -69,7 +69,7 @@
<dependency> <dependency>
<groupId>io.papermc.paper</groupId> <groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId> <artifactId>paper-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version> <version>1.19.4-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
+1 -1
View File
@@ -1,7 +1,7 @@
name: BeHappyThatItHappened name: BeHappyThatItHappened
version: '${project.version}' version: '${project.version}'
main: me.youhavetrouble.behappythatithappened.BeHappyThatItHappened main: me.youhavetrouble.behappythatithappened.BeHappyThatItHappened
api-version: 1.18 api-version: 1.19
authors: [ YouHaveTrouble ] authors: [ YouHaveTrouble ]
description: Don't be sad that they're gone, be happy they happened description: Don't be sad that they're gone, be happy they happened
website: youhavetrouble.me website: youhavetrouble.me