Skip to content

Commit 3551d4d

Browse files
Tomska95klikli-dev
andauthored
fix: ritual dummies not registered as output of emi recipe category (#1321)
Closes #1141 Co-authored-by: Kli Kli <[email protected]>
1 parent 83a926e commit 3551d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/klikli_dev/occultism/integration/emi/recipes/RitualRecipeCategory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public List<EmiStack> getOutputs() {
6666
}
6767
}
6868
}
69+
outputs.add(EmiStack.of(recipe.getRitualDummy()));
6970
return outputs;
7071
}
7172

0 commit comments

Comments
 (0)