Invariant trait has inaccurate description
nphhpn opened this issue ยท 3 comments
Minecraft Version
1.16.5
Forge Version
36.2.20
Mantle Version
1.6.147
Tinkers' Construct Version
3.3.0.308
Describe your issue
The invariant trait's description says it increases damage in neutral temperature, however it actually increases damage in hot/cold temperature instead.
This is because in the code, the bonus damage scales with absolute of difference between temperature and baseline temperature.
Crash Report
No response
Reproduced with only Tinkers' Construct?
No
Other mods required
Didn't test with tinkers only so I chose no, but should be reproduceable with Tinkers' Construct only
Confirm the following
- Check if you are using performance enhancers, such as optifine
- Check if you have searched the tracker to see if your issue already exists, notably pinned issues
- Check if you did not read any of the checkboxes and just checked all the boxes
- Check if you read FAQ to see if your issue is answered
The description is correct, its the behavior that is incorrect if its not dealing more damage in neutral biomes.