Commit 2e18875a by Jonathan Thomas

Adjusting speed of a few entities, to feel more natural during FOLLOW

parent c0967ef6
Pipeline #12026 passed with stage
in 27 seconds
......@@ -17,11 +17,11 @@ public class SpeedControls {
} else if (entity instanceof VillagerEntity) {
speed = 0.5F;
} else if (entity instanceof IllagerEntity) {
speed = 0.75F;
speed = 0.5F;
} else if (entity instanceof WitchEntity) {
speed = 0.75F;
speed = 0.5F;
} else if (entity instanceof WanderingTraderEntity) {
speed = 0.75F;
speed = 0.5F;
} else if (entity instanceof AllayEntity) {
speed = 1.5F;
} else if (entity instanceof CamelEntity) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment