Review nanosaber config

This commit is contained in:
drcrazy 2020-01-24 16:01:56 +03:00
parent 9cccc70071
commit 1cb6623dd7
3 changed files with 27 additions and 27 deletions

View file

@ -59,7 +59,7 @@ public class NanosaberItem extends SwordItem implements EnergyHolder, ItemDurabi
public static final int maxCharge = TechRebornConfig.nanosaberCharge;
public int cost = TechRebornConfig.nanosaberCost;
// 4M FE max charge with 1k charge rate
// 4ME max charge with 1k charge rate
public NanosaberItem() {
super(ToolMaterials.DIAMOND, 1, 1, new Item.Settings().group(TechReborn.ITEMGROUP).maxCount(1).maxDamage(-1));
this.addPropertyGetter(new Identifier("techreborn:active"), (stack, worldIn, entityIn) -> {