This commit is contained in:
zimzaza4
2024-07-21 14:57:49 +08:00
parent 4cfea799df
commit 5535527f84
3 changed files with 10 additions and 11 deletions

View File

@@ -210,7 +210,6 @@ public class EntityTask {
EntityUtils.sendCustomScale(player, model.getEntity().getEntityId(), average);
if (ignore) return;
lastScale = average;
}
@@ -222,7 +221,6 @@ public class EntityTask {
EntityUtils.sendCustomColor(player, model.getEntity().getEntityId(), color);
if (ignore) return;
lastColor = color;
}
@@ -338,8 +336,6 @@ public class EntityTask {
String id = "animation." + activeModel.getBlueprint().getName().toLowerCase() + "." + animationProperty.getName().toLowerCase();
lastAnimation = id;
model.getViewers().forEach(viewer -> viewer.sendActionBar("CURRENT AN:" + id));
animationCooldown.set((int) (animationProperty.getLength() * 20));
playBedrockAnimation(id, model.getViewers(), looping, blendTime);
}