We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9042b commit c205dc9Copy full SHA for c205dc9
1 file changed
sparklyslimepaper-server/minecraft-patches/sources/net/minecraft/world/entity/EntityType.java.patch
@@ -0,0 +1,11 @@
1
+--- a/net/minecraft/world/entity/EntityType.java
2
++++ b/net/minecraft/world/entity/EntityType.java
3
+@@ -1063,7 +_,7 @@
4
+ .eyeHeight(1.62F)
5
+ .vehicleAttachment(Player.DEFAULT_VEHICLE_ATTACHMENT)
6
+ .clientTrackingRange(32)
7
+- .updateInterval(2)
8
++ .updateInterval(1)
9
+ );
10
+ public static final EntityType<FishingHook> FISHING_BOBBER = register(
11
+ "fishing_bobber",
0 commit comments