1.16.5] Warforged Tools are unusable with intigration
Shibva opened this issue ยท 3 comments
when you warforge a tool, you hold right-click to charge it up. but when this addon is added, this feature breaks (note: it can only be done in mining mode ftr)
can you please look into this?
the main issue is that its not charging up for some reason, and for it to work (and I'm not expecting you to fix this part in particular) only can be done in miner mode, due to shielding in combat mode
I can look into this, but I'm not sure if I will fix it if it proves to be complex. This mod is mainly intended for Tetra integration, but I've written it carefully so that it doesn't focus on it, but rather allows for any mod that uses NBTs to fit into the mod. I don't want to focus on just Tetra integration.
It has something to do with epic fight thinking it is a guard even if you are out of combat and don't have a guard skill. Might not be possible to fix without change on epic fight or tetras side.
throwing a throwing knife works with a bit of a jank animation but it works and setting the weapon to be a dagger makes it function because daggers can't guard.
A workaround I just found is to set warforged things to be pickaxes as they can't block and have closer animation than daggers, this allows them to function in combat mode and out.
edit: there are nbt tags for warforged items such as "double/head_left:double/warforged": 0 and "double/head_right:double/warforged": 0 possibly adding a way to utilize these tags and set the items with them to different weapon types like pickaxes would fix this the best.