Skip to content

Commit 3909384

Browse files
authored
Research Data Holder no longer voids recipes (#3826)
1 parent 5859011 commit 3909384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/gregtechceu/gtceu/common/machine/multiblock/electric/research/ResearchStationMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ protected ActionResult handleRecipeIO(GTRecipe recipe, IO io) {
205205
outputItem = ItemRecipeCapability.CAP.of(contents.get(0).content).getItems()[0];
206206
}
207207
if (!outputItem.isEmpty()) {
208-
holder.setDataItem(outputItem);
208+
holder.setDataItem(outputItem.copy());
209209
}
210210
holder.setLocked(false);
211211
return ActionResult.SUCCESS;

0 commit comments

Comments
 (0)