Fixed wrench rotating and changing auto pull for block placer
This commit is contained in:
parent
c9cb078db4
commit
5814bf48b2
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ public class TilePlacer extends TileInventory implements IRotatable, IPacketRece
|
|||
{
|
||||
this.autoPullItems = !this.autoPullItems;
|
||||
player.sendChatToPlayer(ChatMessageComponent.createFromText("AutoExtract: " + this.autoPullItems));
|
||||
return true;
|
||||
}
|
||||
return super.configure(player, side, hit);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue