So, I want to make it so basically when you place a renamed spawn egg, it will summon an invincible silverfish which does not move when hit and does not suffocate or move when it uses /setblock at it's location. Then, I would like it to teleport any items within a 1 block radius to it and make those items with the same criteria (doesn't move when suffocated and cant be picked up.) Is this possible?
Thanks, I'm not the best at commands and nbt.
Thanks, I'm not the best at commands and nbt.
4
Thanks, What would be the tags to make it so it doesn't move, can't be pushed and can't be picked up?
This wiki page is very useful for things like this.
To prevent the silverfish from moving, you can use NoAI. To prevent it from taking damage, use Invulnerable. You may also want to use Silent to keep it from making sounds.
To prevent the item from being picked up, set PickupDelay to 32767. You can prevent it from falling down using NoGravity, but to prevent movement altogether you'll probably have to just keep teleporting it to the silverfish.
By the way, /give is useless here, so you won't need that generator.
To prevent the silverfish from moving, you can use NoAI. To prevent it from taking damage, use Invulnerable. You may also want to use Silent to keep it from making sounds.
To prevent the item from being picked up, set PickupDelay to 32767. You can prevent it from falling down using NoGravity, but to prevent movement altogether you'll probably have to just keep teleporting it to the silverfish.
By the way, /give is useless here, so you won't need that generator.
Thanks <3
