Add some clarification
This commit is contained in:
@@ -1052,7 +1052,9 @@ public final class Settings {
|
||||
public final Setting<Boolean> desktopNotifications = new Setting<>(false);
|
||||
|
||||
/**
|
||||
* Bot Collision Boxes
|
||||
* Having this setting enabled keeps vanilla collision working. If disabled, bots will ignore
|
||||
* collision boxes and be able to walk inside each other without issues. This should only be
|
||||
* disabled when multiple bots are are needed to simultaneously use narrow tunnels.
|
||||
*/
|
||||
public final Setting<Boolean> botCollision = new Setting<>(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user