So I understod it as: <whateva> : <molten.metal object output> _ <default ticks to make one output>=<actual ticks to one output>
How much incorrect my thought is?
And therefore, instead of = 0 at end of line, extra lines can be just deleted?
The first part is quite correct, wit the exception that the <whateva> is actually a signifier of what type of value is valid, `I` means integer, `B` means boolean logic value (i.e. `true` or `false`), etc.
The second question's answer is, no if you want the recipe turned off you do need to use "= 0", if you simply delete the line, the line will be replaced by the default on the next load.