Bump Omni-tool damage. Closes #2043
This commit is contained in:
parent
6824caa3f5
commit
af8bd7ae8c
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ public class OmniToolItem extends PickaxeItem implements EnergyHolder, ItemDurab
|
|||
|
||||
// 4M FE max charge with 1k charge rate
|
||||
public OmniToolItem() {
|
||||
super(ToolMaterials.DIAMOND, 1, 1, new Item.Settings().group(TechReborn.ITEMGROUP).maxCount(1));
|
||||
super(ToolMaterials.DIAMOND, 3, 1, new Item.Settings().group(TechReborn.ITEMGROUP).maxCount(1));
|
||||
}
|
||||
|
||||
// PickaxeItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue