updated particle lib to 1.7.1 (1.18 mc support)

This commit is contained in:
RonanCraft 2022-03-04 14:26:47 -05:00
parent 64644bea3b
commit f77a8c4d7b

View File

@ -7,7 +7,7 @@
<groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId>
<packaging>jar</packaging>
<version>3.2.2-1</version>
<version>3.2.2-2</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
@ -299,7 +299,7 @@
<dependency>
<groupId>xyz.xenondevs</groupId>
<artifactId>particle</artifactId>
<version>1.6.6</version>
<version>1.7.1</version>
<scope>compile</scope>
</dependency>
<!-- Lombok Support (@Getter & @Setter)-->