More models for items

This commit is contained in:
drcrazy 2019-03-17 21:48:24 +03:00
parent 1c86c6c031
commit f4ef5cc2d4
9 changed files with 26 additions and 25 deletions

View file

@ -49,6 +49,7 @@ import reborncore.common.powerSystem.PoweredItemContainerProvider;
import reborncore.common.powerSystem.forge.ForgePowerItemManager;
import reborncore.common.util.ItemUtils;
import reborncore.common.util.TorchHelper;
import techreborn.TechReborn;
import techreborn.config.ConfigTechReborn;
import techreborn.init.TRContent;
@ -64,7 +65,7 @@ public class ItemOmniTool extends ItemPickaxe implements IEnergyItemInfo {
// 4M FE max charge with 1k charge rate
public ItemOmniTool() {
super(ItemTier.DIAMOND, 1, 1, new Item.Properties().maxStackSize(1));
super(ItemTier.DIAMOND, 1, 1, new Item.Properties().group(TechReborn.ITEMGROUP).maxStackSize(1));
efficiency = 13F;
}