## Added Blazing Halo

- crafted with 8 blaze rods in a circle and 1 nether star in the centre
    - cancels all fire damage
This commit is contained in:
Dan E
2024-06-23 16:39:30 +01:00
parent 36afcf5e89
commit 508243c626
6 changed files with 92 additions and 14 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>