
Non effecting armor doesn't warm player when insulated with fur
TeslaP09 opened this issue ยท 0 comments
Minecraft Version
1.19.x
Mod Loader Version
0.14.21
Mod Version
2.0.5
Describe the Issue
So I've been tinkering a bit with this mod and tried to customize it with a datapack. I noticed that every armor with the "#environmentz:non_affecting_armor" tag does not affect your temperature in any way, !!!even if you insulate the armor with fur!!!. I did isolate this mod to test if any mod is conflicting and no, there is no mod breaking this mod. I even looked into the log file and the temperature value for "Armor: ..." is always zero. However, if i insulate e.g. a set of iron armor that does not have the non_affecting_armor tag, the temperature value of the player does go up and the log shows a temperature value of 16 with a full set of insulated/warm armor (I didn't test that in this session, but I did earlier).
EDIT: So I've looked into the code a bit and this seems to be intended behaviour, so I think I will close this issue :)
latest.log
Do you use any other mods except the required ones?
No, I isolated EnvironmentZ and its dependencies.