9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 19:19:07 +00:00

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())
{