Temporary fix for REI fluid cells integration (#1921)
This commit is contained in:
parent
d4abd56a3c
commit
f7661681bc
2 changed files with 6 additions and 10 deletions
|
@ -58,6 +58,11 @@ public class MachineRecipeDisplay<R extends RebornRecipe> implements RecipeDispl
|
|||
this.fluidInstance = ((RebornFluidRecipe) recipe).getFluidInstance();
|
||||
inputs.add(Collections.singletonList(EntryStack.create(fluidInstance.getFluid(), fluidInstance.getAmount().getRawValue())));
|
||||
}
|
||||
for (List<EntryStack> entries : inputs)
|
||||
for (EntryStack stack : entries)
|
||||
ReiPlugin.applyCellEntry(stack);
|
||||
for (EntryStack stack : outputs)
|
||||
ReiPlugin.applyCellEntry(stack);
|
||||
}
|
||||
|
||||
public int getEnergy() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue