Skip to content

Commit

Permalink
LV Screwdriver and Buzzsaw fixes (#1393)
Browse files Browse the repository at this point in the history
Co-authored-by: screret <68943070+screret@users.noreply.github.com>
  • Loading branch information
3x1t-5tyl3 and screret authored Jun 12, 2024
1 parent 1fa8b0d commit 0055736
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public class GTToolType {
.toolStats(b -> b.crafting().attackDamage(1.5F).attackSpeed(-3.2F)
.brokenStack(ToolHelper.SUPPLY_POWER_UNIT_LV))
.sound(GTSoundEntries.CHAINSAW_TOOL, true)
.electric(GTValues.IV)
.electric(GTValues.LV)
.toolClasses(GTToolType.SAW)
.build();
public static final GTToolType SCREWDRIVER_LV = GTToolType.builder("lv_screwdriver")
Expand All @@ -367,8 +367,8 @@ public class GTToolType {
.attackDamage(-1.0F).attackSpeed(3.0F)
.behaviors(new EntityDamageBehavior(3.0F, Spider.class))
.brokenStack(ToolHelper.SUPPLY_POWER_UNIT_LV))
.sound(GTSoundEntries.CHAINSAW_TOOL)
.electric(GTValues.IV)
.sound(GTSoundEntries.SCREWDRIVER_TOOL)
.electric(GTValues.LV)
.toolClasses(GTToolType.SCREWDRIVER)
.build();

Expand Down

0 comments on commit 0055736

Please sign in to comment.