entityhider: don't hide npcs by default

This commit is contained in:
Lotto
2018-05-19 18:30:57 +02:00
parent 3c150c1aea
commit c16051d7f1

View File

@@ -110,7 +110,7 @@ public interface EntityHiderConfig extends Config
)
default boolean hideNPCs()
{
return true;
return false;
}
@ConfigItem(
@@ -121,7 +121,7 @@ public interface EntityHiderConfig extends Config
)
default boolean hideNPCs2D()
{
return true;
return false;
}
@ConfigItem(