We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e1e68 commit f662c7dCopy full SHA for f662c7d
1 file changed
src/vg/civcraft/mc/citadel/command/commands/Materials.java
@@ -34,7 +34,7 @@ public boolean execute(CommandSender sender, String[] args) {
34
t += "Amount: " + type.getRequiredAmount() + ".\n ";
35
t += "Durability: " + type.getHitPoints() + ".\n ";
36
t += "Material: " + type.getMaterial() + ".\n ";
37
- t += "Material: " + type.maturationTime() + ".\n ";
+ t += "Maturation: " + type.maturationTime() + ".\n ";
38
if (type.getItemStack().getItemMeta().hasLore()){
39
t += "Lore: ";
40
for (String x: type.getItemStack().getItemMeta().getLore())
0 commit comments