onItemUse mixin is missing important checks before calling getStateForPlacement
Closed this issue · 0 comments
Commoble commented
A) need to check context.canPlace() first
B) should also call BlockItem::getBlockItemUseContext to transform the context if needed (after canPlace but before getStateForPlacement)