Baker won't make pumkin pie
Perlo0ung opened this issue ยท 7 comments
Minecolonies version
Version: minecolonies-0.11.944-ALPHA-universal
Expected behavior
- Baker should make all food selected.
Actual behaviour
- Baker constantly bakes bread, cookies and cake without any problems, but refuses to make any pumkin pie.
Steps to reproduce the problem
- Activate pumkin pie for baker
- wait
Logs: Latest.log and crashlog at https://gist.github.com/
- logs: no related problems or excetions shown
Update:
If only pumpkin is activated he does bake it.
The wierd thing is that if bread is selected for example, he always requests new wheat and ignores other recipes.
Yeah, he will basically make what he can, and that's bread. It's kinda an exclusive list. There is no code to vary through them (it's either or).
Then the select option is kinda misleading, since u can activate multiple. This implies that he is able to craft all of them
It's because you could turn on pumpkin pie and cookies and he would craft whichever has the available resources. But since he always has the resources for bread that always works.
I guess we could add some random order to the list to have him make sometimes the others too
I actually looked at the code. How its done at the moment is pretty good, theres not much variance and its simple as is. Maybe make it so that the list just rotates, then he basicly just tries to make one after the other.
I will look at this tomorrow, but i will probably just end up making it random like Raycoms suggested.