Skip to content

Commit

Permalink
Add display entity properties to the preload list (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergu committed Jul 27, 2023
1 parent 5f3a593 commit 9d27245
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -123,7 +123,9 @@ public class EntityTag implements ObjectTag, Adjustable, EntityFormObject, Flagg
public static HashSet<String> earlyValidMechanisms = new HashSet<>(Arrays.asList(
"max_health", "health_data", "health",
"visible", "armor_pose", "arms", "base_plate", "is_small", "marker",
"velocity", "age", "is_using_riptide", "size", "item"
"velocity", "age", "is_using_riptide", "size", "item", "scale", "translation",
"left_rotation", "right_rotation", "brightness", "display", "pivot",
"shadow_radius", "shadow_strength"
));
// Definitely not valid: "item"

Expand Down

0 comments on commit 9d27245

Please sign in to comment.