public Collection<MetallurgicInfuserRecipe> getRecipes() {
   return Recipe.METALLURGIC_INFUSER.get().values();
 }
 public Set<Entry<InfusionInput, InfusionOutput>> getRecipes() {
   return Recipe.METALLURGIC_INFUSER.get().entrySet();
 }