Fixed a duplicate recipe namespacedkey

This commit is contained in:
Paul Reilly
2020-07-12 18:35:59 -05:00
parent 7f06101b80
commit 0f6a8d1041
4 changed files with 20 additions and 3 deletions

View File

@ -913,7 +913,7 @@ public class Craftable {
}
private void sHorseEgg() {
ShapelessRecipe recipe = util.shapeless(Material.ZOMBIE_HORSE_SPAWN_EGG, "z_horse_egg_recipe");
ShapelessRecipe recipe = util.shapeless(Material.ZOMBIE_HORSE_SPAWN_EGG, "s_horse_egg_recipe");
recipe.addIngredient(2, Material.SKELETON_SPAWN_EGG);
recipe.addIngredient(1, Material.HORSE_SPAWN_EGG);
plugin.server.addRecipe(recipe);