Updated pom.xml again, also added FIRE to the ouchie blocks.

This commit is contained in:
PryPurity 2020-06-21 05:47:23 -05:00
parent 8a93c11d43
commit 8a8c5f5440
4 changed files with 5 additions and 4 deletions

View File

@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wimbli.WorldBorder</groupId>
<artifactId>WorldBorder</artifactId>
<version>1.9.10 (beta)</version>
<version>2.0.0</version>
<name>WorldBorder</name>
<url>https://github.com/Brettflan/WorldBorder</url>
<url>https://github.com/PryPurity/WorldBorder</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Brettflan/WorldBorder/issues</url>
<url>https://github.com/PryPurity/WorldBorder/issues</url>
</issueManagement>
<properties>

View File

@ -119,6 +119,7 @@ public class BorderData {
painfulBlocks.add(Material.CACTUS);
painfulBlocks.add(Material.END_PORTAL);
painfulBlocks.add(Material.MAGMA_BLOCK);
painfulBlocks.add(Material.FIRE);
}
// the main data interacted with

View File

@ -1,7 +1,7 @@
name: WorldBorder
authors: [Brettflan, PryPurity]
description: Efficient, feature-rich plugin for limiting the size of your worlds.
version: 2.0.0 (beta)
version: 2.0.0
api-version: 1.13
main: com.wimbli.WorldBorder.WorldBorder
softdepend:

BIN
worldborder_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB