[Change] Increased Durability of Anvils(quiqueck/BetterEnd#74)
This commit is contained in:
parent
fdd89f9a5d
commit
22efc9471b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class AeterniumAnvil extends EndAnvilBlock {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMaxDurability() {
|
public int getMaxDurability() {
|
||||||
return 8;
|
return 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue