fix cart assembler

This commit is contained in:
IThundxr 2024-08-17 20:37:06 -04:00
parent fa4f5243bc
commit d244506656
Failed to generate hash of commit

View file

@ -300,8 +300,8 @@ public class DeployerHandler {
return;
if (useItem == DENY)
return;
if (item instanceof BlockItem && !(item instanceof CartAssemblerBlockItem)
&& !clickedState.canBeReplaced(new BlockPlaceContext(itemusecontext)))
if (item instanceof CartAssemblerBlockItem
&& clickedState.canBeReplaced(new BlockPlaceContext(itemusecontext)))
return;
// Reposition fire placement for convenience