entityhider: don't hide npcs by default
This commit is contained in:
@@ -110,7 +110,7 @@ public interface EntityHiderConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean hideNPCs()
|
default boolean hideNPCs()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -121,7 +121,7 @@ public interface EntityHiderConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean hideNPCs2D()
|
default boolean hideNPCs2D()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user