Fix grass block name (#25)

This commit is contained in:
Kenig 2018-11-26 00:24:16 +02:00 committed by Max Lee
parent d2cd23b2ee
commit 799ddc1128
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class RandomTeleport extends JavaPlugin implements CommandExecutor {
"GRANITE",
"DIORITE",
"ANDESITE",
"GRASS",
"GRASS_BLOCK",
"DIRT",
"PODZOL",
"MYCELIUM",