Releases: 32bitx64bit/TemperatureAPI
2.0.0
1.1.9
Minor bugfix
v1.1.8
Release 1.1.8 on github
(whoops)
1.1.7
Fix BodyTemperatureAPI not correctly heating up players internal body.
1.1.5
Directional awareness, useful for directional sources for blocks that have nerfs for when outside.
1.1.4
Added Is outside API allowing developers to tell if the Block emitting temperature is outside, useful if you want to nerf the range of stuff outside.
1.1.3
Add a standardized way of handling tooltips for resistance. Now automatically generated. (Does not apply to creative spawned items due to how creative tab NBT's work.)
1.1.2
Revamp resistance API. Check wiki on the new usage.
1.1.1
Fixes BlockThermalAPI directional allowing temperature to passthrough blocks if one side is exposed. This release fixes that unintended behavior. Now requires LOS from the blocks for example, NORTH side.
(Retracted the previous 1.1.1 release, I really need to do testing before I release...)
1.1.0
Added additional API into BlockThermalAPI allowing developers to set the direction of where raycasts come out of.
Useful if you don't want omnidirectional heating / cooling. Good for example, a AC unit, only having one side producing cooling. So you can window mount it.