Skip to content

Releases: 32bitx64bit/TemperatureAPI

2.0.0

13 Jan 07:01

Choose a tag to compare

Updates Temp API to latest stable MC version, 1.21.11

This is considered experimental, report any bugs. It should work though.

If you're mod is 1.20.1, please use 1.1.9 (Or latest stable release of 1.20.1)

1.1.9

06 Jan 04:04

Choose a tag to compare

Minor bugfix

v1.1.8

02 Jan 22:38

Choose a tag to compare

Release 1.1.8 on github

(whoops)

1.1.7

07 Oct 12:22

Choose a tag to compare

Fix BodyTemperatureAPI not correctly heating up players internal body.

1.1.5

28 Sep 09:34

Choose a tag to compare

Directional awareness, useful for directional sources for blocks that have nerfs for when outside.

1.1.4

28 Sep 09:00

Choose a tag to compare

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

25 Sep 07:44

Choose a tag to compare

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

25 Sep 04:09

Choose a tag to compare

Revamp resistance API. Check wiki on the new usage.

1.1.1

24 Sep 02:39

Choose a tag to compare

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

24 Sep 00:59

Choose a tag to compare

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.