mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-05 18:22:37 +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>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
<version>3.0.0-M5</version>
|
||||
<configuration>
|
||||
<argLine>
|
||||
--illegal-access=permit
|
||||
|
@ -246,6 +246,7 @@ blocks:
|
||||
DIORITE_STAIRS: 1
|
||||
DIORITE_WALL: 1
|
||||
DIRT: 3
|
||||
DIRT_PATH: 4
|
||||
DISPENSER: 5
|
||||
DRAGON_EGG: 150
|
||||
DRAGON_HEAD: 1
|
||||
@ -288,7 +289,6 @@ blocks:
|
||||
GRANITE_WALL: 1
|
||||
GRASS: 4
|
||||
GRASS_BLOCK: 4
|
||||
GRASS_PATH: 4
|
||||
GRAVEL: 1
|
||||
GRAY_BANNER: 2
|
||||
GRAY_BED: 6
|
||||
|
Loading…
Reference in New Issue
Block a user