削弱钢管
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)
|
@EventBusSubscriber(modid = Mod.MODID, bus = EventBusSubscriber.Bus.MOD)
|
||||||
public class SteelPipe extends SwordItem {
|
public class SteelPipe extends SwordItem {
|
||||||
|
|
||||||
public SteelPipe() {
|
public SteelPipe() {
|
||||||
super(ModItemTier.STEEL, new Item.Properties()
|
super(ModItemTier.STEEL, new Item.Properties()
|
||||||
.durability(1919)
|
.durability(810)
|
||||||
.attributes(SwordItem.createAttributes(ModItemTier.STEEL, 6, -2.5f))
|
.attributes(SwordItem.createAttributes(ModItemTier.STEEL, 4, -3))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue