Fixed create inputting creates on double click
This commit is contained in:
parent
f3c114af0f
commit
50d359f048
1 changed files with 5 additions and 5 deletions
|
@ -229,7 +229,7 @@ public class BlockCrate extends BlockAssembly
|
|||
requestStack = player.getCurrentEquippedItem();
|
||||
}
|
||||
|
||||
if (requestStack != null)
|
||||
if (requestStack != null && requestStack.itemID != this.blockID)
|
||||
{
|
||||
boolean success = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue