mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-23 18:45:17 +01:00
Fix DIRT_PATH instead of GRASS_PATH
This commit is contained in:
parent
fa0e6cb85f
commit
9b7557f470
2
pom.xml
2
pom.xml
@ -257,7 +257,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.22.0</version>
|
<version>3.0.0-M5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>
|
<argLine>
|
||||||
--illegal-access=permit
|
--illegal-access=permit
|
||||||
|
@ -246,6 +246,7 @@ blocks:
|
|||||||
DIORITE_STAIRS: 1
|
DIORITE_STAIRS: 1
|
||||||
DIORITE_WALL: 1
|
DIORITE_WALL: 1
|
||||||
DIRT: 3
|
DIRT: 3
|
||||||
|
DIRT_PATH: 4
|
||||||
DISPENSER: 5
|
DISPENSER: 5
|
||||||
DRAGON_EGG: 150
|
DRAGON_EGG: 150
|
||||||
DRAGON_HEAD: 1
|
DRAGON_HEAD: 1
|
||||||
@ -288,7 +289,6 @@ blocks:
|
|||||||
GRANITE_WALL: 1
|
GRANITE_WALL: 1
|
||||||
GRASS: 4
|
GRASS: 4
|
||||||
GRASS_BLOCK: 4
|
GRASS_BLOCK: 4
|
||||||
GRASS_PATH: 4
|
|
||||||
GRAVEL: 1
|
GRAVEL: 1
|
||||||
GRAY_BANNER: 2
|
GRAY_BANNER: 2
|
||||||
GRAY_BED: 6
|
GRAY_BED: 6
|
||||||
|
Loading…
Reference in New Issue
Block a user