mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:54:28 +01:00
Merge pull request #3776 from Xstoudi/fix/mechanical-crafter-dup
fix: item duplication bug
This commit is contained in:
commit
8fe370bbd5
@ -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 New Issue
Block a user