Introducing: CC-TurtleCrafter
This little set of programs will turn any turtle you want into an autonomus auto crafter in very few steps.
Here's all the mod information, how to use it (very detailed) and the source code:
GitHub source code (https://github.com/Infernalboy95000/CC-TrutleCrafter)
Those two are the scripts it uses (In pastebin, For convenience)
ServerScript (https://pastebin.com/Xbn0fpKt)
ClientScript (https://pastebin.com/ZHgSJitZ)
(https://camo.tmpim.com/311d1ce076a1557c01d811d5983229f13b01b667/68747470733a2f2f6b617070612e6c6f6c2f565f574c6f4b)
Don't worry, you can use a normal turtle too, it doesn't need to run on the advanced one
It's powered by the addon "UnlimitedPeripheralWorks" so, it works with any other mod you have.
If you cannot use the addon, there's an older version of this program I made, that works without it, but you have to set the recipes manually in a json file it generates.
Older, unmainteined, independant version (https://pastebin.com/KihJbhZD) Not recomended!
I made this a very long time ago but I'll try to improve it when I can.
Brief tutorial
If you don't want to read the github's Readme file, here's a resume on how to make it work:
This system requires one computer as a server and one (or many) crafting turtles as your clients
The server computer (With the ServerScript (https://pastebin.com/Xbn0fpKt)) requires these peripherals:
- Informative registry
- Recipe registry
- Any wireless modem
The crafting turtle (With the ClientScript (https://pastebin.com/ZHgSJitZ)) requires these augments:
- Any wireless Modem The modem is only needed to get a recipe from the server. Once you select one, you can safely remove the modem.
- Crafting table
The crafting turtle also requires on it's sides some containers (chests) It should work with any container
It's better explained on the github's readme (https://github.com/Infernalboy95000/CC-TrutleCrafter), but, at minimum, they require three different containers to work without issues
If anything is wrong with the crafter (client program), it will prompt you what problem it has.
Important note about the crafter (Client program)!
- They have a UI moved by a "selected element cursor" that only moves with arrow keys! (Enter to select an element)
If you have any doubts, check the github page.
Any comments on what to improve, are very appreciated.
Thank you for reading. I hope you like this program.