Sponge ShapelessRecipe.Builder#build doesn't exist

Hi, I’m trying to create and register a custom recipe using ShapelessRecipe (or Shaped) .builder().
I add ingredients etc… then I’m trying to invoke the build method according to several posts in this forum BUT the method no longer exists. So I’m asking for a workaround if anyone know the solution.

So you need an EndStep object from Builder to get the build function.

You get an EndStep by calling the function “id” in the builder function.

Take a look at github for more info on what function EndStep is in.

Thank you. I will test it tomorrow.