Combustible
This is a simple mod that provides a wooden furnace. It was built on request for Killerfirefly, and the textures were created by them.
If interested, you can now support my modding work on Patreon.
The furnace itself is extremely configurable with regards the following settings:
Combustibility
Furnaces are combustible: if true, the furnace will set itself or adjacent blocks on fire randomly based on the specified chance.
Furnace combustion chance: every tick, there is a 1 in X (configured, default 1800) chance of a fire being started. By default this is 0.05% of the time.
Is flammable: if true, the furnace itself is flammable and can burn down.
Flammability: the default flammability is 5 (that of an oak log). This value means nothing if Is flammable is false.
Encouragement: this value affects the chances of fire spreading from this object onto another. Default 10. Again, this has no effect if Is flammable is false.
Increase fire placement range: by default false. If true, fire can be placed at any point in a 5x5 cube around the furnace. If false, fire can only be placed in any of the six cardinal directions away from the furnace (atop it, below it, and to the north/south/east and west of it).
Cooking Settings
Furnace cook time (per item): this is the amount of time in ticks it takes to cook one item, relative to the amount of time the fuel burns for (which cannot be modified and uses the default vanilla furnace settings; anything that affects those should also affect this). Default 400, which is double that of a vanilla furnace.
Use multiplier for cook time: by default false, this instead allows you to modify the default value (i.e., whatever the furnace's getCookTime function returns) by a number.
Furnace cook time (multiplier): If Use multiplier for cook time is true, the default Vanilla furnace will be consulted for the cook time for this specific item, and then that resulting number will be multiplied by this value. By default 2. This option is useful is other mods affect the core functionality of the vanilla furnace to allow you to specify per-item cook times.
Crafting
The default crafting recipe for the furnace is as follows, using ore dictionary entries for planks and logs:

If you have any comments, corners, bugs, issues or otherwise, please feel free to leave a comment or open an issue on GitHub.
Patreon & Discord
You can support me on Patreon!
All support for this mod is available on my Discord. You can also keep up with what I'm doing and get notifications streams!
For all other support, please hit "Issues" at the top of this page.