Trying to set the Auto Fill mod so it only puts coal in furnaces.
Tried both of these commands:
remote.call("af", "insertset", "", "stone-furnace", {"coal"})
remote.call("af", "insertset", "", "car", 0, {"coal"})
It doesn't recognize the insertset command.
Any suggestions?