mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +01:00
Attempts to fix issues with colors in crafting station lore.
This commit is contained in:
parent
0b377cffac
commit
f73785395c
@ -109,12 +109,6 @@ public class CraftingRecipeDisplay extends ConfigItem {
|
||||
lore.add(conditionsIndex++, condition.format());
|
||||
}
|
||||
|
||||
/*
|
||||
* apply color to lore
|
||||
*/
|
||||
for (int n = 0; n < lore.size(); n++)
|
||||
lore.set(n, MythicLib.plugin.parseColors(lore.get(n)));
|
||||
|
||||
ItemStack item = craftingRecipe.getOutput().getPreview();
|
||||
int amount = craftingRecipe.getOutput().getAmount();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user