[Milo] Cake recipe and crafting issue #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to learn the recipe for Cake, the 3 empty buckets stays in the turtle's inventory, since one of the bucket ends up on slot 1, it ends up learning the recipe for a bucket instead.
This can probably be fixed by including an entry for cake in the recipe book.
Same issue arise when crafting a Cake, this line only check for slot 1 whereas the Cake will actually by on slot 4, so it won't craft more than 1 cake.
same issue with OpenComputers Grog (Edit: so the issue with OpenComputers Grog, and other items like HarvestCraft Bubbly Water, can be fixed by moving the recipe down in the turtle crafting grid so that the bucket doesn't end up on slot 1, this won't work with Cake because Cake takes up all of the 3x3 grid
also, if you have HarvestCraft, you can fix this specific issue with the cake by using Fresh Milk instead)