Skip to content

Commit

Permalink
2.2.5 - 1.16 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkytAsul committed May 28, 2022
1 parent a8d72bd commit 474b549
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GuardianBeam
An util to create easily Guardians and Ender Crystal Lasers via Packets and Reflection. No ProtocolLib, no dependency, compatible from Minecraft 1.9 to Minecraft 1.18.1!
An util to create easily Guardians and Ender Crystal Lasers via Packets and Reflection. No ProtocolLib, no dependency, compatible from Minecraft 1.9 to Minecraft 1.18.2!

Inspired by the plugin [GuardianBeamAPI by Jaxon A Brown](https://www.spigotmc.org/resources/18329), which uses ProtocolLib.

Expand All @@ -18,7 +18,7 @@ Add this requirement to your maven `pom.xml` file:
<dependency>
<groupId>io.github.skytasul</groupId>
<artifactId>guardianbeam</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.skytasul</groupId>
<artifactId>guardianbeam</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>
<packaging>jar</packaging>

<name>GuardianBeam</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fr/skytasul/guardianbeam/Laser.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* <b>1.9 -> 1.18.2</b>
*
* @see <a href="https://github.com/SkytAsul/GuardianBeam">GitHub repository</a>
* @version 2.2.4
* @version 2.2.5
* @author SkytAsul
*/
public abstract class Laser {
Expand Down

0 comments on commit 474b549

Please sign in to comment.