-Completely changed and recoded the "hide-required-item-flags" feature. If you find a bug related with that, please tell me as soon as possible.
 
 
-Added "ignore-required-items-data-values" option. For example, if you want to craft a workbench, you can use any type of wood. (5:1,5:2,5:3,...)
 
 
  
  
   
   
    Code (Text):
   
 
   
    'workbench':
    
             id: '58'
    
             amount: 1
    
             category: others
    
             ignore-required-items-data-values: true
    
             requires:
    
             - '5;4'
   
 
   In this case, players can craft a workbench using 4 blocks of any type of wood.