mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
Updated repair type description
This commit is contained in:
parent
ace0d26a89
commit
a4afdda628
@ -6,6 +6,6 @@ import org.bukkit.Material;
|
||||
|
||||
public class RepairReference extends StringStat implements GemStoneStat {
|
||||
public RepairReference() {
|
||||
super("REPAIR_TYPE", Material.ANVIL, "Repair Reference", new String[]{"If items have a repair type they can", "only be repaired by consumables", "with the same repair type.", "(And vice-versa)"}, new String[]{"all"});
|
||||
super("REPAIR_TYPE", Material.ANVIL, "Repair Reference", new String[]{"If items have a repair reference, they can", "only be repaired by consumables", "with the same repair reference,", "and vice-versa."}, new String[]{"all"});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user