
Tinkers' Construct's Mattock not correctly working with Farming Station
PanSzelescik opened this issue ยท 8 comments
Issue Description:
Tinkers' Construct's Mattock not correctly working with Farming Station. I insert Mattock (axe, hoe in one tool) to Farming Station but is working only as hoe
What happens:
Mattock works like a hoe, but not like an axe
What you expected to happen:
I expected that Mattock would act as an axe and hoe
Steps to reproduce:
- Insert any Mattock
- Insert Saplings and Seeds
- Saplings will be planted, Seeds will be sown (it shows that it acts as a hoe)
- When the tree grows, Farming Station shows error: No axe
...
Affected Versions (Do not use "latest"):
- EnderIO: 5.0.26
- EnderCore: 0.5.31
- Minecraft: 1.12.2
- Forge: 2705
Your most recent log file where the issue was present:
None
[pastebin/gist/etc link here]
Mattock works in Farming Station as an hoe
Mattock works as hoe, axe and shovel for dirt
Mattock is not coded as a shovel.. it just happens to work as one.. will havd to check to see if it is coded to work as an axe
Yep. They hardcode the axes and shovel effective list from what it looks like.. to make it work like an axe and a shovel but not be an axe or a shovel.... am i reading that right HenryLoenwind
this.setHarvestLevel("mattock", 0);
An axe would have "axe" there and then work in the Farming Station.