mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-10 06:41:30 +11:00
Fix formatting
This commit is contained in:
parent
cab1337716
commit
d459df8b2c
|
@ -780,9 +780,7 @@ impl<C: Config> Entity<C> {
|
||||||
}
|
}
|
||||||
TrackedData::FallingBlock(_) => with_object_data(1), // TODO: set block state ID.
|
TrackedData::FallingBlock(_) => with_object_data(1), // TODO: set block state ID.
|
||||||
TrackedData::FishingBobber(e) => with_object_data(e.get_hook_entity_id()),
|
TrackedData::FishingBobber(e) => with_object_data(e.get_hook_entity_id()),
|
||||||
TrackedData::Warden(e) => {
|
TrackedData::Warden(e) => with_object_data((e.get_pose() == Pose::Emerging).into()),
|
||||||
with_object_data((e.get_pose() == Pose::Emerging).into())
|
|
||||||
}
|
|
||||||
_ => with_object_data(0),
|
_ => with_object_data(0),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue