Epic Fight

Epic Fight

13M Downloads

Configuration file : weapon_type don't have BOW Animation yet? If yes I want to name Valid values ​​for bow animation.

BungPeerapat opened this issue · 6 comments

commented
commented

Configuration file : weapon_type don't have BOW Animation yet? If yes I want to name Valid values ​​for bow animation.

commented

I'm begin tried to editor configuration file for Gun mods and I can't use BOW Animation.

commented

Configuration file

custom {

custom_weaponry {

    mw_m17 {
        D:armor_negation=0.0
        D:impact=0.5
        I:max_strikes=1
        S:registry_name=mw:m17
        S:weapon_type=FIST

        
    }

    sample_weapon1 {
        D:armor_negation=0.0
        D:impact=0.5
        I:max_strikes=1
        S:registry_name=modid:registryname

        # Valid values:
        # AXE
        # FIST
        # HOE
        # PICKAXE
        # SHOVEL
        # SWORD
        # SPEAR
        # GREATSWORD
        # KATANA
        S:weapon_type=PICKAXE
    }

    sample_weapon2 {
        S:registry_name=modid:registryname

        # Valid values:
        # AXE
        # FIST
        # HOE
        # PICKAXE
        # SHOVEL
        # SWORD
        # SPEAR
        # GREATSWORD
        # KATANA
        S:weapon_type=SWORD

        onehand {
            D:armor_negation=0.0
            D:impact=0.5
            I:max_strikes=1
        }

        twohand {
            D:armor_negation=0.0
            D:impact=0.5
            I:max_strikes=1
        }

    }

}

custom_armor {

    sample_armor {
        S:registry_name=modid:registryname
        D:stun_armor=0.0
        D:weight=0.0
    }

}

}

commented

this is my Configuration file

commented

1.12.2 not supports the bow type weapon. It's a problem with the old system and wouldn't be added.

commented

so , no any update for 1.12.2 ?