Hi
Would be great if we could have more access to the player's crafting queue, such as a parameter on the player object that returns what they're crafting, and also an event that is called when crafting is started, and possibly another event that is called when each intermediate product is finished.
This would be used in https://forums.factorio.com/forum/vie ... 33&t=17964
More access to player crafting queue
Re: More access to player crafting queue
Can I bump this request? ...I just started working on a mod I call IdleHands to keep your player crafting queue running when you are not using it actively; it sets item slots and quantities (with an infinite option) just like setting a requester chest slot, but instead it would trigger you to manually craft when your crafting queue is empty (of course it would cancel everything if you actually manually clicked something to craft). Then after some review of the API, the mod is DOA
...it would have been nice too.
It seems the only way to make it work is to simulate a crafting queue, pretend that your player is crafting, and after the proper amount of time just fabricate the items.
![Sad :(](./images/smilies/icon_e_sad.gif)
It seems the only way to make it work is to simulate a crafting queue, pretend that your player is crafting, and after the proper amount of time just fabricate the items.
Re: More access to player crafting queue
If you want to get ahold of me I'm almost always on Discord.
Re: More access to player crafting queue
Oh! Sweet! Thanks ...I knew I was forgetting to check something; sorry.Rseding91 wrote:viewtopic.php?f=34&t=25270