Skip to content

Commit

Permalink
Fix DIRT_PATH instead of GRASS_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jun 21, 2021
1 parent fa0e6cb commit 9b7557f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/blockconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ blocks:
DIORITE_STAIRS: 1
DIORITE_WALL: 1
DIRT: 3
DIRT_PATH: 4
DISPENSER: 5
DRAGON_EGG: 150
DRAGON_HEAD: 1
Expand Down Expand Up @@ -288,7 +289,6 @@ blocks:
GRANITE_WALL: 1
GRASS: 4
GRASS_BLOCK: 4
GRASS_PATH: 4
GRAVEL: 1
GRAY_BANNER: 2
GRAY_BED: 6
Expand Down

0 comments on commit 9b7557f

Please sign in to comment.