[Solved] Some of my weapons don't work with Better Combat

Started by Lord_Of_Crumbs on

Topic category: Troubleshooting, bugs, and solutions

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Solved] Some of my weapons don't work with Better Combat
Sun, 11/26/2023 - 06:18 (edited)

So, I'm making a weapon mod and some (most) of my weapons work with Better Combat, but there are also some that just don't work at all for some reason. I have no clue what is causing this and I saw that someone else had this issue, but they posted on reddit.

Edited by Lord_Of_Crumbs on Sun, 11/26/2023 - 06:18
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
any update on this? im…
Wed, 08/02/2023 - 14:32

any update on this? im trying to do something with the better combat mod too

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I figured out the problem,…
Thu, 08/03/2023 - 22:51

I figured out the problem, better combat seems to generate attack patterns from the name of your weapon in its code. So you can basically make your weapon fit one of the template types by having its name in the code name for the weapon. Weapon types here.

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For example, the weapons in…
Thu, 08/03/2023 - 22:53

For example, the weapons in my mod that worked had names like "hammer" or "rapier" in them, but the ones that didn't work had unique names like "Angel's Bane"