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:
@@ -393,7 +393,7 @@ public class B
|
||||
return false;
|
||||
}
|
||||
|
||||
if(onto.equals(Material.GRASS_PATH))
|
||||
if(onto.equals(Material.DIRT_PATH))
|
||||
{
|
||||
if(!mat.isSolid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user