Here's the code for the Robo-Cafe at our base, which lets you order food from a stand. Code here: https://gist.github.com/sk89q/397c7597f9afe6e18bad It uses: ComputerCraft for the logic and the screen MiscPeripherals for text to speech, chat detection, AE interaction ThaumCraft for golems Applied Energistics for crafting, item networking OpenCCSensors for player detection BiblioCraft for the table (with an inventory) UsefulFoods for the foods MineFactory Reloaded for Liquicrafters (to make milk bottles) NOTE: A pressure plate activates the computer (for efficiency reasons).
This is awesome SK. I would love to use this at my bar, and eventually at my bar at the bazaar. With your permission OFC
sk, any way you could post the code you use for your ME monitors you use? I'd like to do something similar, but I'm having issues with my limited coding knowledge. Thanks
I was trying to list items in an AE network using a ME Bridge, but I can't figure out how they incorporate data values into all that.. I made a program to spit out all my items and amounts to a file, and I don't see anything separated by a colon in the list. I could find things out manually... by finding the amount of a certain item that I have, and searching for it in the text file. Whichever item ID has that amount is probably it... But that's annoying and time consuming. There must be some method to RichardG's way of spitting item IDs... Edit: It's tomorrow!~ You should post the code c: