Bump Omni-tool damage. Closes #2043

This commit is contained in:
drcrazy 2020-02-18 11:03:26 +03:00
parent 6824caa3f5
commit af8bd7ae8c
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ public class OmniToolItem extends PickaxeItem implements EnergyHolder, ItemDurab
// 4M FE max charge with 1k charge rate // 4M FE max charge with 1k charge rate
public OmniToolItem() { 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 // PickaxeItem

View file

@ -1,6 +1,6 @@
{ {
"replace": false, "replace": false,
"values": [ "values": [
"techreborn:lapis_lazuli_plate" "techreborn:lapis_plate"
] ]
} }