mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
删除垃圾
This commit is contained in:
@@ -89,7 +89,7 @@ public class BlockItemBehavior extends BlockBoundItemBehavior {
|
||||
|
||||
ImmutableBlockState blockStateToPlace = getPlacementState(context, block);
|
||||
if (blockStateToPlace == null) {
|
||||
return InteractionResult.FAIL;
|
||||
return InteractionResult.PASS;
|
||||
}
|
||||
|
||||
BlockPos againstPos = context.getAgainstPos();
|
||||
|
||||
Reference in New Issue
Block a user