mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-05 09:54:59 +01:00
fix cart assembler
This commit is contained in:
parent
fa4f5243bc
commit
d244506656
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ public class DeployerHandler {
|
||||||
return;
|
return;
|
||||||
if (useItem == DENY)
|
if (useItem == DENY)
|
||||||
return;
|
return;
|
||||||
if (item instanceof BlockItem && !(item instanceof CartAssemblerBlockItem)
|
if (item instanceof CartAssemblerBlockItem
|
||||||
&& !clickedState.canBeReplaced(new BlockPlaceContext(itemusecontext)))
|
&& clickedState.canBeReplaced(new BlockPlaceContext(itemusecontext)))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Reposition fire placement for convenience
|
// Reposition fire placement for convenience
|
||||||
|
|
Loading…
Reference in a new issue