public static void NotifyItemCraft(Recipe recipe) { if (AchievementsHelper.OnItemCraft != null) { AchievementsHelper.OnItemCraft((short)recipe.createItem.netID, recipe.createItem.stack); } }