How do I spawn wolves?

How do I spawn wolves in singleplayer Minecraft using Single Player Commands; what command do I use?

2

2 Answers

The command to spawn mobs using the SPC mod is /spawn [name] [quantity]. For example, you would type /spawn wolf 5 to spawn five wolves.

4

You can summon wolves using the following command:

/summon Wolf ~ ~ ~

If you want to summon a tamed wolf, use the following syntax:

/summon Wolf ~ ~ ~ {Owner:<PlayerName>}

Note that you cannot use @p here, it must be the player's name typed out.

If you want to summon a wolf with a specific collar colour, use the command:

/summon Wolf ~ ~ ~ {CollarColor:14}

for example. Modify the number from 0 to 16 to change the colour.

0

You Might Also Like