Releases: NivOridocs/heater
Releases · NivOridocs/heater
Heater 4.0 for 1.21.x
Added
- Now using
burning
for transferringheatburning fuel between furnace-like blocks.
Changed
- Update target Minecraft version to 1.21, with 1.21.1 compatibility.
Removed
- Remove all the logic regarding tags.
Heater 3.3 for 1.20.3 to 1.20.4
Fixed
- Fix interoperability with Variant Furnaces and hopefully with other 3rd party mods, too (#5).
Heater 3.2 for 1.20.3/4
Changed
-
Rename
heater:adapters/heat_sink
dynamic registry toheater:adapters/furnace
. -
Update connection and propagation logic through tags.
Fixed
-
Optimize heat propagation through caching.
-
Optimize Heater container logic through Fabric Transfer API for Items.
Heater 3.1 for 1.20.3/4
Added
- Add
heater:adapters/heat_sink
dynamic registry for better compatibility with third-party mods.
Heater 3.0 for 1.20.3/4
Changed
- Update target Minecraft version to 1.20.3, with 1.20.4 compatibility.
Heater 2.0 for 1.20.2
Added
- Add the new Thermostat block, fully oxidiziable and waxable.
Changed
-
Drop mod's patch version because unnecessary.
-
Update target Minecraft version to 1.20.2 and remap mod.
Heater 1.2.0 for 1.20.1
Added
- Add compatibility with mods that add furnaces whose entities don't extend
AbstractFurnaceBlockEntity
.
Fixed
- Fix Heaters dropping their content when they get oxidized, restored, waxed, or unwaxed.
Heater 1.1.1 for 1.20.1
Fixed
- Fix oxidation, restoration, waxing, and unwaxing processes for every introduced block. They now work correctly, and you can obtain every block in Survival.
Heater 1.1.0 for 1.20.1
Added
-
Add new textures for
Unaffected
,Exposed
,Weathered
, andOxidized
variants for theHeater
and theHeat Pipe
blocks (#2) (StarOcean) -
Add
Exposed
,Weathered
, andOxidized
variants of theHeater
and theHeat Pipe
blocks and items. Only accessible through creative mode. -
Add craftable
Waxed
variants of the aforementioned blocks and items.
Heater 1.0.0 for 1.20.1
Initial release.