1. Hello,

    Do the Miner's Hat and Candle Hat trigger OnConsumeFuel when they burn fuel? Using the following to log actions from this hook, I can't find any indications that these two items use this hook.
    Code:
    var name = oven.LookupPrefab().name;
    Also, any tips on cancelling byproduct creation and smelting would be much appreciated too!