So I read about the NamespacedKeys and ShapedRecipes and for some reason I cannot do: Code (Text): ShapedRecipe recipe = new ShapedRecipe(key, item); It says expected 1 argument but found two, did this method get removed from spigot? I am using spigot 1.15
Uhm only the constructor with one ItemStack is deprecated... the other one should work. PS for me it works.
Are you absolutely sure you are building with 1.15? Also make sure you didn't accidently add two Spigot-API libraries.