Fix full inv item bounce client animation
This commit is contained in:
parent
0f63603bd6
commit
52ce3ac8c3
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ public class PipeTransportItems extends PipeTransport {
|
|||
|
||||
item.setSpeed(packet.getSpeed());
|
||||
|
||||
item.toCenter = true;
|
||||
item.input = packet.getInputOrientation();
|
||||
item.output = packet.getOutputOrientation();
|
||||
item.color = packet.getColor();
|
||||
|
|
Loading…
Reference in a new issue