Changed
- Update target Minecraft version to 1.21.6, with up to 1.21.8 compatibility.
- Update
burning
library to 1.1+1.21.6 version.
Changed
- Update target Minecraft version to 1.21.5.
Changed
- Update target Minecraft version to 1.21.4.
- Update
burning
library to 1.0+1.21.4 version.
Changed
- Update
burning
library to 1.0+1.21.2 version.
Fixed
- Fix occasional game-crashing NullPointerException when breaking a heat receiving block.
Changed
- Update target Minecraft version to 1.21.2, with 1.21.3 compatibility.
- Update
burning
library version to 1.0.1+1.21.
Changed
- Update
burning
library version to 1.0+1.21.
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.
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.
Added
- Add
heater:adapters/heat_sink
dynamic registry for better compatibility with third-party mods.
Changed
- Update target Minecraft version to 1.20.3, with 1.20.4 compatibility.
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.
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.
Fixed
- Fix oxidation, restoration, waxing, and unwaxing processes for every introduced block. They now work correctly, and you can obtain every block in Survival.
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.
Initial release.