crafter ![code/modules/manufactorio/machines/crafter.dm 1](git.png)
Vars | |
cooking | do we use cooking recipes instead |
---|---|
craft_timer | current timer for our crafting |
craftsman | crafting component |
power_cost | power used per process() spent crafting |
recipe | current recipe |
withheld | list of weakrefs to crafted items still on the machine that we failed to send forward |
Var Details
cooking ![code/modules/manufactorio/machines/crafter.dm 18](git.png)
do we use cooking recipes instead
craft_timer ![code/modules/manufactorio/machines/crafter.dm 16](git.png)
current timer for our crafting
craftsman ![code/modules/manufactorio/machines/crafter.dm 14](git.png)
crafting component
power_cost ![code/modules/manufactorio/machines/crafter.dm 8](git.png)
power used per process() spent crafting
recipe ![code/modules/manufactorio/machines/crafter.dm 12](git.png)
current recipe
withheld ![code/modules/manufactorio/machines/crafter.dm 10](git.png)
list of weakrefs to crafted items still on the machine that we failed to send forward