Basically, I want to change a vanilla recipe to use slightly different ingredients. Many other solutions to this problem use this event:
@SubscribeEvent
public static void RegistryRecipe(RegistryEvent.Register<IRecipe> event){
//remove recipe entry
}
However, this gives an error: " Type parameter 'net.minecraft.item.crafting.IRecipe' is not within its bound; should extend 'net.minecraftforge.registries.IForgeRegistryEntry<net.minecraft.item.crafting.IRecipe>' " So I