削弱钢管
This commit is contained in:
parent
dc6a704048
commit
dc9a668f00
1 changed files with 3 additions and 2 deletions
|
@ -17,10 +17,11 @@ import org.jetbrains.annotations.NotNull;
|
|||
|
||||
@EventBusSubscriber(modid = Mod.MODID, bus = EventBusSubscriber.Bus.MOD)
|
||||
public class SteelPipe extends SwordItem {
|
||||
|
||||
public SteelPipe() {
|
||||
super(ModItemTier.STEEL, new Item.Properties()
|
||||
.durability(1919)
|
||||
.attributes(SwordItem.createAttributes(ModItemTier.STEEL, 6, -2.5f))
|
||||
.durability(810)
|
||||
.attributes(SwordItem.createAttributes(ModItemTier.STEEL, 4, -3))
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue