Killer Joe Breaks Unbreakable Tools
JPitholz opened this issue ยท 5 comments
Issue Description:
Killer Joe gets an unbreakable tool from TiCon. After killing a mob the tool ends up having the broken tag.
What happens:
the tool gets the broken modifier
What you expected to happen:
The tool shouldnt break
Steps to reproduce:
1.Setup Killer Joe (with nutr. dest. supply)
2. give it a tool from TiCon with unbreakable modifier (Reinforced 5)
3. spawn mob
4. after it getting killed, weapon is broken
...
Affected Versions (Do not use "latest"):
- EnderIO: 5.0.46
- EnderCore: 1.12.2-0.5.59
- Minecraft: 1.12.2
- Forge: 14.23.5.2836
- Optifine? no
- Single Player and Server
Do you really expect us to have code that puts mod-specific tags on certain items? We don't. We just tell the item it is being used. In fact, for The Killer Joe we don't even do that. We give the item to a FakePlayer and tell it to attack a mob.
Maybe TiCon (or some other mod) detects that it's a fake player and brakes the tool to make automated mob farms harder.