mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Make the tile entity check true by default, as it only applies when the chunk processor is enabled (and it's disabled by default)
This commit is contained in:
parent
e6a9daf31a
commit
86a996b2ff
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ public class Settings extends Config {
|
||||||
@Comment("Cancel entity spawns from tick spawn rates before they happen (performance buff)")
|
@Comment("Cancel entity spawns from tick spawn rates before they happen (performance buff)")
|
||||||
public static boolean CREATURE_SPAWN = true;
|
public static boolean CREATURE_SPAWN = true;
|
||||||
@Comment("Check the tile entity limit on block placement")
|
@Comment("Check the tile entity limit on block placement")
|
||||||
public static boolean TILE_ENTITY_CHECK = false;
|
public static boolean TILE_ENTITY_CHECK = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue