More models for items
This commit is contained in:
parent
1c86c6c031
commit
f4ef5cc2d4
9 changed files with 26 additions and 25 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue