Description
When Hot Iron is installed, the vanilla smithing table recipe is removed and replaced with a conditional "reworked" version. Due to a bug in how the recipe condition is implemented, the replacement recipe fails to load — and because it overrides the vanilla recipe file, the original is gone too. This leaves the smithing table completely uncraftable regardless of the config setting.
This patch properly implements the config toggle that Hot Iron intended:
Reworked recipe enabled in config (default):
The smithing table requires:
- 2 Iron Ingots
- 4 Planks (any type)
- 1 Smithing Hammer
- 1 Smithing Tongs
Reworked recipe disabled in config:
The vanilla smithing table recipe is restored (2 iron ingots + 4 planks).
This reads directly from Hot Iron's existing COOLER_SMITHING_TABLE_RECIPE config value.
Requires Hot Iron.


