Fix assembling contraption while no speed (https://discord.com/channels/620934202875183104/689866656914210897/767825162548019240)
This commit is contained in:
parent
169856858c
commit
d9a59f704e
1 changed files with 3 additions and 1 deletions
|
@ -78,8 +78,10 @@ public abstract class LinearActuatorTileEntity extends KineticTileEntity impleme
|
|||
else
|
||||
sendData();
|
||||
return;
|
||||
} else {
|
||||
if (getSpeed() != 0)
|
||||
assemble();
|
||||
}
|
||||
assemble();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue