Specificity time

This commit is contained in:
Brady 2019-01-17 18:01:05 -06:00
parent a5b9885767
commit d32c92cbde
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -534,7 +534,7 @@ public class Settings {
public Setting<Double> followOffsetDistance = new Setting<>(0D);
/**
* The actual GoalNear is set in this direction from the entity you're following
* The actual GoalNear is set in this direction from the entity you're following. This value is in degrees.
*/
public Setting<Float> followOffsetDirection = new Setting<>(0F);