Forgotten call

This commit is contained in:
PepperBell 2021-07-23 10:53:09 -07:00
parent 8f6dcb8ba6
commit c4236ad884

View file

@ -98,7 +98,6 @@ public class SequencedAssemblyRecipeBuilder {
public DataGenResult(SequencedAssemblyRecipe recipe, List<ICondition> recipeConditions) {
this.recipeConditions = recipeConditions;
this.recipe = recipe;
recipe.getId();
this.id = new ResourceLocation(recipe.getId().getNamespace(),
AllRecipeTypes.SEQUENCED_ASSEMBLY.getId().getPath() + "/" + recipe.getId().getPath());
this.serializer = (SequencedAssemblyRecipeSerializer) recipe.getSerializer();