Forgotten call
This commit is contained in:
parent
8f6dcb8ba6
commit
c4236ad884
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ public class SequencedAssemblyRecipeBuilder {
|
||||||
public DataGenResult(SequencedAssemblyRecipe recipe, List<ICondition> recipeConditions) {
|
public DataGenResult(SequencedAssemblyRecipe recipe, List<ICondition> recipeConditions) {
|
||||||
this.recipeConditions = recipeConditions;
|
this.recipeConditions = recipeConditions;
|
||||||
this.recipe = recipe;
|
this.recipe = recipe;
|
||||||
recipe.getId();
|
|
||||||
this.id = new ResourceLocation(recipe.getId().getNamespace(),
|
this.id = new ResourceLocation(recipe.getId().getNamespace(),
|
||||||
AllRecipeTypes.SEQUENCED_ASSEMBLY.getId().getPath() + "/" + recipe.getId().getPath());
|
AllRecipeTypes.SEQUENCED_ASSEMBLY.getId().getPath() + "/" + recipe.getId().getPath());
|
||||||
this.serializer = (SequencedAssemblyRecipeSerializer) recipe.getSerializer();
|
this.serializer = (SequencedAssemblyRecipeSerializer) recipe.getSerializer();
|
||||||
|
|
Loading…
Reference in a new issue