9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-25 09:59:20 +00:00

fix: 优化参数

This commit is contained in:
jhqwqmc
2025-09-10 11:32:44 +08:00
parent fb332584c0
commit bcb5c0f554

View File

@@ -59,7 +59,7 @@ public class BouncingBlockBehavior extends BukkitBlockBehavior {
y,
FastNMS.INSTANCE.field$Vec3$z(deltaMovement)
);
if (this.syncPlayerSelf && y > 0.06271) { // 不知道为什么会抖
if (this.syncPlayerSelf && y > 0.0315) { // 不知道为什么会抖
FastNMS.INSTANCE.field$Entity$hurtMarked(entity, true);
}
}