ThexXTURBOXx / Balkons-WeaponMod-Legacy

Balkon's WeaponMod: Legacy for modern Minecraft
https://www.curseforge.com/minecraft/mc-mods/balkons-weaponmod-legacy
MIT License
5 stars 1 forks source link

Illager use of weapons #20

Open vico93 opened 3 weeks ago

vico93 commented 3 weeks ago

Another idea would make illagers sometimes spawn using some of the mod's weapons instead of vanilla crossbows. And also "Johnny" illagers have the same special animation that they have with vanilla axes also with battle axes and warhammers

ThexXTURBOXx commented 3 weeks ago

This is actually something that was available in Reforged, but I have not yet included in BWM: Legacy. The reason for it was simple: I forgot about it :) It's a good idea, though! I can't promise to equip the illagers with modded crossbows, though. From what I can tell by looking at Vanilla code, the crossbows have been coded very badly. Almost everything is hardcoded and one can't even use the UseAnim#CROSSBOW use animation properly (since it completely disables item transformations for modded items. This is something that might be fixable via mixins, but is it worth introducing mixins in the Forge versions just for that? Let's see!