Hello, in
serverLevel.getServer().getRecipeManager().getRecipesFor();
It asks for 3 params, RecipeType, which I did as RecipeType.CRAFTING, The next is C, I looked in RecipeManager.java, it says C extends Container and nothing else, Intellij Autocomplete gives a C unrelated to Minecraft. I try to use Container, it says it is an abstract class, If I take the new autocomplete which also adds "()". Removing the "()", it has only two things LARGE_MAX_STACK_SIZE and tryClear(). So I have been puzzled and gave up. What do I need to give and for more context, I have an ITag