Skip to content

Commit aee0a77

Browse files
authored
Fixed missing animation using duct tape (#3920)
1 parent efd2988 commit aee0a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/gregtechceu/gtceu/common/machine/multiblock/part/MaintenanceHatchPartMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public InteractionResult onUse(BlockState state, Level world, BlockPos pos, Play
336336
if (consumeDuctTape(player, hand)) {
337337
fixAllMaintenanceProblems();
338338
setTaped(true);
339-
return InteractionResult.CONSUME;
339+
return InteractionResult.SUCCESS;
340340
}
341341
}
342342
return InteractionResult.PASS;

0 commit comments

Comments
 (0)