Skip to content

Commit

Permalink
Set Hardness and Resistance to LDP Blocks (GregTechCEu#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude authored Feb 4, 2024
1 parent 754a636 commit ef0a5c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public BlockLongDistancePipe(LongDistancePipeType pipeType) {
setTranslationKey("long_distance_" + pipeType.getName() + "_pipeline");
setCreativeTab(GTCreativeTabs.TAB_GREGTECH);
setHarvestLevel(ToolClasses.WRENCH, 1);
setHardness(2f);
setResistance(10f);
}

@Override
Expand Down

0 comments on commit ef0a5c6

Please # to comment.