Описание
A NeoForge 1.21.1 mod that adds an Ember Burner to Create — a burner powered by Embers Re-Ignited ember energy.
It is an addon for More Burners, built on its burner framework (BaseBurnerBlock / BaseBurnerBlockEntity), and can fuel any Create machine that needs heat — basins, boilers, and more — as an alternative to the Blaze Burner.
Features
Ember-powered: The burner consumes Ember Energy to heat up gradually, providing Create's standard heat levels (Smouldering → Kindled → Seething). Once lit, it supplies full heat to boilers as well;
Huge capacity: 6000 ember, consuming 1 ember per tick (stops heating and slowly cools down when ember runs out);
Ember sharing: Horizontally adjacent Ember Burners automatically equalize their ember reserves, keeping an array uniformly fueled;
Bellows interaction: Pair with an Atmospheric Bellows to exceed the heat cap:
Bellows position Max heat Heating/cooling rate
None 300 ×1
Adjacent (facing) 400 (reaches Superheated/Seething) ×2
1 block away (through a block) 340 ×1
Input from any side: Ember can be fed through Embers' Ember Receptor from any of the four horizontal directions;
Information display: Supports Create's Goggles (shows ember consumption per second) and Embers' Dial (reads current/max heat);
Cover detection: When covered on top, spark particles stop (the block list is configurable via More Burners' client config);
Bilingual: Built-in Simplified Chinese (余烬燃烧室) and English (Ember Burner) language files.
Configuration
All values can be adjusted via config/morecreateburnerswithemberburner-common.toml — no restart needed, changes take effect immediately:
Key Default Description
[ember_burner] max_capacity 6000.0 Maximum ember capacity
ember_cost 1.0 Ember consumed per tick
heating_rate 1.5 Heat gained per second while consuming ember
cooling_rate 1.0 Heat lost per second when ember runs out
rate_multiplier 2.0 Heating/cooling multiplier with an adjacent bellows
max_heat 300.0 Max heat without bellows
max_heat_1 400.0 Max heat with an adjacent bellows
max_heat_2 340.0 Max heat with a bellows 1 block away
Dependencies
Mod Version Type
NeoForge 21.1.244+ (MC 1.21.1) Required
Create 6.0.10+ Required
More Burners 1.21.1-0.3.6+ Required
Embers Re-Ignited 1.21.1-1.5.7+ Required
License & Credits
This mod is released under the MIT license;
Built on More Burners' (MIT, by DragonEgg) burner framework, reusing its block models and textures — thanks to the original author;
Uses Create's (MIT) heat source API and Embers Re-Ignited's (MIT) ember energy API.