Added support for 
MMOItems in enchantment forging station.
 
Note, that this has not been fully tested, so it might cause issues.
 To use 
MMOItems custom item types add this in the station file:
 
 
 
  Code (YAML):
 
 
 
  Stations:
  
   forger:
  
     items
  :
     - MMOItems-<custom type id
  >
 
  # e.g.
  
 
  # - MMOItems-SWORD
 
 
 Add this line in language file to change the the 
MMOItems custom item type name, otherwise the default name that is defined in 
MMOItems will be used:
 
 
 
  Code (YAML):
 
 
 
  Items:
  
   item-category:
  
     name:
  
       MMOItems-<custom type id>
  : <other name
  >
 
  # e.g.
  
 
  # MMOItems-SWORD: 'MMO Sword'
 
 
 Fixed text not disappearing in enchantment forging station.