P
Pop Storm Daily

Is there a way to /give an arctic fox spawn egg in Minecraft?

Author

Olivia Norman

Published Jul 15, 2026

Is there a command to /give myself an arctic fox spawn egg?

0

3 Answers

Use this command:

/give @s fox_spawn_egg{tag:{EntityTag:{Type:snow}}}

This is the command that should work for the Java edition:

/give @p fox_spawn_egg{EntityTag:{id:"Fox",Type:"snow"}}
summon minecraft:fox ~ ~ ~ {Type:"snow"}

This wont give you a spawn egg, but it will spawn the Arctic fox right in front of your eyes.