Replace GRASS_PATH with DIRT_PATH

This commit is contained in:
DanLT 2021-06-17 19:22:40 -08:00
parent a579c7882f
commit 356aa27f70

View File

@ -393,7 +393,7 @@ public class B
return false;
}
if(onto.equals(Material.GRASS_PATH))
if(onto.equals(Material.DIRT_PATH))
{
if(!mat.isSolid())
{