Skip to content

Commit

Permalink
fix(pumpkin/src/world/mod.rs): format
Browse files Browse the repository at this point in the history
  • Loading branch information
DataM0del committed Nov 14, 2024
1 parent 91a155b commit 13d33d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/world/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ use crate::{
},
};
use pumpkin_config::BasicConfiguration;
use pumpkin_core::math::vector2::Vector2;
use pumpkin_core::math::{position::WorldPosition, vector3::Vector3};
use pumpkin_core::text::{color::NamedColor, TextComponent};
use pumpkin_core::math::vector2::Vector2;
use pumpkin_entity::{entity_type::EntityType, EntityId};
use pumpkin_protocol::{
client::play::{CBlockUpdate, CSoundEffect, CWorldEvent},
Expand Down

0 comments on commit 13d33d6

Please sign in to comment.