mirror of
https://github.com/PryPurity/WorldBorder.git
synced 2024-11-12 10:04:17 +01:00
Updated pom.xml again, also added FIRE to the ouchie blocks.
This commit is contained in:
parent
8a93c11d43
commit
8a8c5f5440
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
BIN
worldborder_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue
Block a user