To be able to send a signal from the chest to the lid, we will need a reference, a way to talk about that entity in code. For this, we use the EntityRef
type.

- Create a new public variable above the
start
function calledchestLidRef
- Set the variable to
new EntityRef()