Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This mod will repair the imcompatible between Passive Skill Tree 0.6.14a and Tinker's Construct 3's Bow,ClossBow,Warpick. I've asking many things of making this mod to Gemini, so I used AI. Bug was causing by "applyRangedWeaponAttackSpeedBonus" method in /daripher/skilltree/attribute/event/AttributeEvents.java (https://github.com/Daripher/Passive-Skill-Tree/blob/651befde6d36967e8cf30e4e98a902ac77efb798/src/main/java/daripher/skilltree/attribute/event/AttributeEvents.java) This method would call "event.setDuration()" in every tick until using the bows. and this is bad for TiC bows. (that was indentified by Gemini. I should more code and learn ) This mod will mixin to that method and cansel when you using the TiC bows. This mod is so rough I'm sry. but it'll be work maybe.