#custom bow from the hell biom also if anyone knows a fix let me know

1 messages · Page 1 of 1 (latest)

candid ingot
#
{
    "format_version": "1.10.0",
    "animation_controllers": {
        "controller.animation.custom_bow": {
            "states": {
                "default": {
                    "transitions": [
                        {
                            "fpp_start": "query.is_using_item==true && c.is_first_person"
                        },
                        {
                            "tpp_start": "query.is_using_item==true && !c.is_first_person"
                        }
                    ]
                },
                "fpp_start": {
                    "animations": [
                        "aim"
                    ],
                    "transitions": [
                        {
                            "fpp_end": "query.all_animations_finished && query.is_using_item==false"
                        }
                    ]
                },
                "fpp_end": {
                    "animations": [
                        "fire"
                    ],
                    "transitions": [
                        {
                            "default": "!c.is_first_person"
                        },
                        {
                            "default": "query.all_animations_finished"
                        }
                    ]
                },
                "tpp_start": {
                    "transitions": [{
                        "tpp_end": "query.is_using_item==false"
                    }]
                },
                "tpp_end":{
                    "animations": [
                        "tpp_fire"
                    ],
                    "transitions": [
                        {
                            "default": "query.all_animations_finished"
                        }
                    ]
                }
            }
        }
    }
}

not sure why it fires the animation sometimes when i walk and im holding down the use button as you can see in the video

#

this is all done without editing the player .json and had a 3rd person animation also

glad plover
#

That looks cool as heck

small badger
#

holy shit

candid ingot