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

Comments from CurseForge #11

Open ThexXTURBOXx opened 2 weeks ago

ThexXTURBOXx commented 2 weeks ago

From user_egieu1zx7o38ws5p:

ThexXTURBOXx commented 2 weeks ago

The battleaxe is working as intended - the blocking feature actually stemmed from the fact that ItemMelee extends ItemSword. So, this "feature" was intrinsic! However, I don't want to excessively change Vanilla behaviour by adding back features that got removed during the 1.9 combat update. So, I will not actively re-add the blocking mechanism to >= 1.9 versions. However, when I am eventually done porting to old versions (see #2), I will be more than happy to support it again in these versions!

ThexXTURBOXx commented 1 week ago

The battleaxe blocking feature is now implemented as part of 1.21.0! It is only a cosmetic change (as it will not block any damage - AFAIK!), but still, I am quite pleased with how it turned out :)

The 2 part reload sequence is rather hard to port, but let's see!