Hey,
 
 This is a really small update that makes my yesterday changes a bit more intuitive to use and compatible with drops:
 
 
 
 
  Code (Text):
 
 
 
  
 noteblock:
  
   break_sound: BLOCK_STONE_BREAK
  
   custom_variation: 2
  
   model: ruby_ore
  
   hardness: 7
  
   drop:
  
     silktouch: true
  
     fortune: true
  
     minimal_type: IRON
  
     best_tools:
  
       - PICKAXE
  
     loots:
  
       - oraxen_item: ruby
  
         probability: 1.0
  
  
 
 
 I hope you'll like it,
 Thomas