Removed item text color as it is used only to denote rare items.
This commit is contained in:
parent
77634fafd3
commit
b5b2ea64fb
12 changed files with 2 additions and 77 deletions
|
@ -74,10 +74,4 @@ public class ItemIngots extends Item {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public EnumRarity getRarity(ItemStack itemstack)
|
||||
{
|
||||
return EnumRarity.uncommon;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue