Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WenXin20 committed Sep 2, 2024
1 parent c1a32ad commit e04cba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/wenxin2/warp_pipes/items/WrenchItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public boolean canAttackBlock(BlockState state, Level world, BlockPos pos, Playe
}

public static Tool createToolProperties() {
return new Tool(List.of(Tool.Rule.overrideSpeed(ModTags.WRENCH_EFFIECIENT, 1.5F)), 1.0F, 2);
return new Tool(List.of(Tool.Rule.overrideSpeed(ModTags.WRENCH_EFFICIENT, 1.5F)), 1.0F, 2);
}

public static ItemAttributeModifiers createAttributes(Tier tier, int attackDamage, float attackSpeed) {
Expand Down

0 comments on commit e04cba1

Please sign in to comment.