Use this topic to discuss features included in the Tiny Takeover game drop!

6

Wolves

3 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 3
    Registered User commented
    Comment actions Permalink

    Or, a general command to modify a mob's state. Like:

    /Direct Mob Minecraft:Wolf Sit

    Similarly, another model could be:

    /Direct @e[type=wolf] sit true

    Or, you know, for other things, like aggression. Maybe Direct could also be used to change mob data outside of spawning mobs, such as adding saddles, health, or changing size.

  • 0
    Registered User commented
    Comment actions Permalink

    maybe the command can be /tame_wolf [owner=playername] sit. 

  • 0
    Registered User commented
    Comment actions Permalink

    I got you

    You just have to change the owner UUID in the commands . You can see your by :
    /data get entity @s UUID

     

    To make them sit :

    /execute as @e[ type= minecraft:wolf,nbt={Owner:[I; 1234567899, 1234567899, -1234567899, 1234567899]}] run data modify entity @s Sitting set value 1b

    to make them stand :

    /execute as @e[ type= minecraft:wolf,nbt={Owner:[I; 1234567899, 1234567899, -1234567899, 1234567899]}] run data modify entity @s Sitting set value 0b

     

    to make adapt it at your situation you can ask me on discord : oxscial