Mission 1: Stage 4: Parse Furnace Formulae - mverteuil/alminac GitHub Wiki
2015/04/04
I think that smelting formulae can still fit within the constraints of the intermediary format if it's structured like this:
{'form_method': {'ingredient': {'item': 'iron_ore',
'metadata': None,
'quantity': '1'},
'experience': '0.7'},
'form_type': 'Smelting',
'form_yield': {'item': 'iron_ingot', 'metadata': None, 'quantity': '1'}
I previously thought the third argument to smelting was time, but more exploration of the source now leads me to believe it represents the experience points earned.