SPIGOT-7933: Improve custom Minecart max speed

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2024-11-03 09:22:20 +11:00
parent 82bd6be3e1
commit 83f48fb3c6
4 changed files with 28 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
+ private double flyingX = 0.95;
+ private double flyingY = 0.95;
+ private double flyingZ = 0.95;
+ public double maxSpeed = 0.4D;
+ public Double maxSpeed;
+ // CraftBukkit end
+
protected EntityMinecartAbstract(EntityTypes<?> entitytypes, World world) {