mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 03:53:12 +01:00
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) {
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue