[Bug]: Crossbow type not allowing me to fire MrCrayfish gun
Sjitzooi opened this issue ยท 5 comments
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
}
}
}
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
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 !
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.