Add some clarification

This commit is contained in:
Brady
2020-03-08 01:40:08 -06:00
parent e6b409c0da
commit 9f20ce9e18

View File

@@ -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);