[Feature Request] Support for modded weapons like guns.
User-1492 opened this issue ยท 4 comments
NPCs should be able to use ranged weapons from other mods, tried to use Timeless and Classic guns and they just them as melee weapons
Ranged weapons need to be implemented correctly and extending the crossbow or bow.
If they are custom items with mixins or so they are not really supported.
Could you please share the Curseforge link of some of these mods you want support for, so that I could check them more in detail ? Thanks.
Here is the github link of "timeless and classic guns",https://github.com/286799714/TimelessandClassics_Reforged.
I suppose just make sure those guns or other mod's ranged weapons can be rendered, and the bullet can be customized, like "customnpcs", you dont need to make it compatible a single mods.
Thanks a lot for the link.
Unfortunately the weapons are not implement correctly and implemented as "custom item" (not as "RangedWeapon") with some mixin:
See:
For this reason they are not supported out of the box.
However I like your idea and will check if I could just render them correctly and using a standard projectile.
At the moment there is no option to define "custom" bullets or projectiles, maybe I will add a standard pullet for such weapons for now.