style: set group_imports rustfmt option

This commit is contained in:
2025-03-24 16:41:16 -04:00
parent 1eca3ab5a4
commit 4da563ae0e
24 changed files with 95 additions and 63 deletions

View File

@@ -1,4 +1,3 @@
use super::{Client, Vec3};
use azalea::{
BlockPos, BotClientExt,
protocol::packets::game::{ServerboundUseItem, s_interact::InteractionHand},
@@ -7,6 +6,8 @@ use azalea::{
use log::error;
use mlua::{Lua, Result, UserDataRef};
use super::{Client, Vec3};
pub fn attack(_lua: &Lua, client: &mut Client, entity_id: i32) -> Result<()> {
client.attack(MinecraftEntityId(entity_id));
Ok(())