Skip to content

[1.21.1] Add config options for liquid blaze burner, fix burn times for biofuel and blaze cakes#1160

Merged
mrh0 merged 2 commits into
mrh0:1.21.1from
SeppeOngena:1.21.1
May 27, 2026
Merged

[1.21.1] Add config options for liquid blaze burner, fix burn times for biofuel and blaze cakes#1160
mrh0 merged 2 commits into
mrh0:1.21.1from
SeppeOngena:1.21.1

Conversation

@SeppeOngena
Copy link
Copy Markdown

@SeppeOngena SeppeOngena commented May 20, 2026

Add max heat capacity and max liquid capacity settings to the config file for 1.21.1. Changed blaze cake burn time from 1000 to 3200 ticks, biofuel burn time from 2400 to 24000 to be more in line with recent create mod blaze cake burn times

Pull Request Checklist

Please review and complete all items before submitting your pull request:

  • I have thoroughly tested the changes and verified they work as expected.
  • The code follows the coding standards and best practices of the project.
  • I have reviewed the changes for potential security or performance issues.

MIT License Confirmation

  • I confirm that all code included in this PR is compatible with the MIT License.
  • I understand and accept that, by submitting this pull request, all contributions are permanently licensed under the MIT License, and I waive any rights to revoke or change the license in the future.

Description

Added to config file:

  • LIQUID_BLAZE_BURNER_MAX_HEAT_CAPACITY: in ticks, default 10000 (current value), range >=0
  • LIQUID_BLAZE_BURNER_MAX_LIQUID_CAPACITY: in mB, default 4000 (current value), range >=100

This would enable players to configure the liquid blaze burners so that they would turn off when the liquid fuel supply is stopped (within as low as 12-24 seconds for special/superheated fuel and within 1m40s-3m20s for normal fuel when set to 0t and 100mB). It would also avoid a large fuel consumption spike when fuel is first supplied to the burners and they are initially empty and not burning.

EDIT: It seems the biofuel burn duration is currently bugged (See #1094 or commit 3a4b31e), the blaze burner should turn off in the fixed situation after 2 to 4 minutes for biofuel. Blaze cake duration was also outdated (#959).

Tested in Singleplayer and Multiplayer switching config from small to large capacities (no issues), large to small capacities (temporary internal storage larger than capacity, but no other issues), combinations of small heat capacity, small liquid capacity, etc.

This would be nice to be configurable in-game (like from the bottom of the blaze burner through one or two ValueBoxTransforms) and have the config values be a maximum, but that is a design decision which I leave up to you. I can look into implementing it if you want though.

Related Issues

Closes issues #1159, #959, and #1094 for branch 1.21.1

Add max heat capacity and max liquid capacity settings to the config file.
@SeppeOngena SeppeOngena changed the title Add config options for liquid blaze burner Add config options for liquid blaze burner, fix burn times for biofuel and blaze cakes May 20, 2026
@SeppeOngena SeppeOngena changed the title Add config options for liquid blaze burner, fix burn times for biofuel and blaze cakes [1.21.1] Add config options for liquid blaze burner, fix burn times for biofuel and blaze cakes May 20, 2026
Copy link
Copy Markdown
Owner

@mrh0 mrh0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@mrh0 mrh0 merged commit 419dd74 into mrh0:1.21.1 May 27, 2026
@thecats1105 thecats1105 mentioned this pull request May 31, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants