Merge pull request #3776 from Xstoudi/fix/mechanical-crafter-dup
fix: item duplication bug
This commit is contained in:
commit
8fe370bbd5
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ public class MechanicalCrafterBlock extends HorizontalKineticBlock
|
|||
if (crafter != null) {
|
||||
if (crafter.covered)
|
||||
Block.popResource(worldIn, pos, AllItems.CRAFTER_SLOT_COVER.asStack());
|
||||
crafter.ejectWholeGrid();
|
||||
if (!isMoving)
|
||||
crafter.ejectWholeGrid();
|
||||
}
|
||||
|
||||
for (Direction direction : Iterate.directions) {
|
||||
|
|
Loading…
Reference in a new issue