I want to spawn an entity inside of a block. This is for my mod ICBM in which I want the missile to spawn inside of a missile launcher. The problem with that is that once it spawns inside of a block, it makes the block un-interactable (can't be broken, can't be clicked or activated). Is there something I can do to the entity to have it remain inside the block but have it do no collision checks while it's in the block so people can interact with the block?