Epic Fight

Epic Fight

13M Downloads

[Bug]: Crossbow type not allowing me to fire MrCrayfish gun

Sjitzooi opened this issue ยท 5 comments

commented

Have you checked if a similar issue is already reported by someone else?

  • I checked there are no similar issues have been reported.

Have you read the support policy?

  • I read it and I accept the policy.

Are you using the latest Epic Fight and recommended Forge version?

  • I checked I'm using latest Epic Fight and recommended Forge version.

Is this issue related to mod incompatibility?

  • This is a mod compatibility issue and I'm aware of the problem.

The mod

MrCrayfish Gun Mod and/or Epic Fight

Minecraft Version

1.18.2

What happened?

so i am trying to make a datapack for McRayfish gun mod and Epic Fight except the guns wont fire even though it is using the crossbow type and is holding it with two hands like it should, and instead uses the standard epic fight punchin animation

{
"type": "crossbow",
"attributes": {
"common": {
"armor_negation": 0.0,
"impact": 0.5,
"max_strikes": 1
}
}
}
Screenshot (166)
Screenshot (168)

commented

I just tested it and i think it is because mrcrayfish uses the Attack button (punches) and not the use button (drawing a bow/crossbow) to fire

commented

I just tested it and i think it is because mrcrayfish uses the Attack button (punches) and not the use button (drawing a bow/crossbow) to fire

Bingo !

commented

Would need to create a custom weapon type with an addon for this to work. You can use this repo as a reference for that.

commented

Do you know how i could add a custom weapon type to a datapack?

commented

Do you know how i could add a custom weapon type to a datapack?

You need to code an addon to create a custom weapon type.