Skip to content

L-Lawlite/Pawpedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small datapack to add a advancement for taming all dog variants


How to add your own wolf variant to advancement list.

add another entry in criteria

"<namespace>:<variant_name>": {
            "trigger": "minecraft:tame_animal",
            "conditions": {
                "entity": [
                    {
                        "condition": "minecraft:entity_properties",
                        "entity": "this",
                        "predicate": {
                            "type_specific": {
                                "type": "minecraft:wolf",
                                "variant": "<namespace>:<variant_name>"
                            }
                        }
                    }
                ]
            }
        }

then add

[
    "minecraft:snowy"
]

in requirements list in the bottom

You can repeat this for any amount of wolf variants

About

Advancement for taming all wolf variants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published