Matthock Integration Tinkers Construct
murban-git opened this issue · 5 comments
Describe the bug
Mattocks from Tinkers Construct do not take Damage acording to "I:axeDamageMode=2"
To Reproduce
- Install Tinkers Contruct & Dynamic Tree
- Get a Mathock
- Chop a tree
Additional Info
Hatches, Lumberaxe are working fine
Forge Version
1.12.2-14.23.5.2855
I tested:
hatch, lumber axe and mattock (All Iron from JEI)
hatch was ok (damage was calculated Properly)
lumber axe was ok (damage was calculated Properly)
mattock did only take 1 dmg.
I had the axe dmg mode set to 2 in the config file. ( should get dmg according to droped wood)
I realized that Problem in my modpack with an mattock out of wood and stone.
I tested it with only Tinkers Construct and dynamic Tree's to remove other possible errors from other mods.
(I had JEI and Optifine included, should not do anything to it)
For whatever reason Tinker’s mattock doesn’t have the tool class axe
so we weren’t applying the damage properly. They probably have a good reason for not setting this, and it’s simple enough for us to just add a check for mattock
anyway.
Do you mean it works on the other axe damage modes or is that just the only one you’ve tested it on?