Switch frequency transmitter, chainsaws, drills, and jackhammers to jsons
This commit is contained in:
parent
226c0bc619
commit
20193b562a
45 changed files with 211 additions and 254 deletions
|
@ -38,13 +38,4 @@ public class ItemAdvancedDrill extends ItemDrill {
|
|||
return Items.DIAMOND_PICKAXE.canHarvestBlock(blockIn) || Items.DIAMOND_SHOVEL.canHarvestBlock(blockIn);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTextureName(int damage) {
|
||||
return "techreborn:items/tool/advancedDrill";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxMeta() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue