Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialKris committed Feb 22, 2025
1 parent 332d40c commit d845f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pumpkin/src/entity/projectile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use super::{Entity, EntityBase, living::LivingEntity, player::Player};

pub struct ThrownItemEntity {
entity: Entity,
// TODO: remove this for onCollsionWithBlock function
// TODO: remove this for onCollisionWithBlock function
time_to_destruct: u32,
last_tick_time: AtomicCell<u32>,
item: Item,
Expand Down
2 changes: 1 addition & 1 deletion pumpkin/src/item/items/splash_potion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use pumpkin_util::math::vector3::Vector3;
#[pumpkin_item("splash_potion")]
pub struct SplashPotionItem;

const POWER: f32 = 1.5;
const POWER: f32 = 1.0;

#[async_trait]
impl PumpkinItem for SplashPotionItem {
Expand Down

0 comments on commit d845f79

Please sign in to comment.