[0.12.4] Instantaneous recipes works improperly.
Posted: Fri Aug 21, 2015 6:40 am
I tried the color-coding mod and by default, it uses instantaneous crafts. Since I use no-hand-crafting for my world, I need to craft colored concrete with a assembling machine, and with a machine, instantaneous crafts don't mind about for ingredients and so are crafted without ingredients.
The resulting is that I get :
20 colored concrete from 0 concrete (limited by assembler)
100 colored concrete from 50 concrete (100 concrete but 50 are still in ingredient slot)
I modified the mod to have 1 second crafts and it worked correctly. So the problem come from instant crafts (energy_required = 0)
The resulting is that I get :
20 colored concrete from 0 concrete (limited by assembler)
100 colored concrete from 50 concrete (100 concrete but 50 are still in ingredient slot)
I modified the mod to have 1 second crafts and it worked correctly. So the problem come from instant crafts (energy_required = 0)