A wireless/wired server-client item storage system using only ComputerCraft
Required mods: ComputerCraft
Installation:
pastebin run 9ghzwfjw
It is reccomended to label your import, export and crafting chest before running the install
The network name of the chest will be displayed in chat when you rightclick the modem its connected to, click on the name to copy to clipboard. You can now paste this during install using (Ctrl + V)
Import chests are chests where if any item is entered, it will automatically be pulled into the system
Export chests are chests where a client can request items be sent to. This must be configured on both the server and client side
Crafting chest is the chest the system puts items into for the crafty turtle to grab. This is only needed if autocrafting is enabled. This chest should be located on the block above your crafty turtle. An import chest must also be set under the turtle
Any chest on the network not set to be a crafting, import or export chest will be used for item storage
Supports just about any type of storage block
Basic Server setup
Basic Client setup
Production setup
Client main menu
Client search
Client item menu
Client crafting search
Client crafting menu
Server Startup
Server interface
Dumping recipes:
- Add crafttweaker to your mods folder: https://www.curseforge.com/minecraft/mc-mods/crafttweaker
- Start a single player world and run
/ct recipes
- Find the text file in logs/crafttweaker.log
- Use grep or other text filtering program to filter the text
grep craftingTable crafttweaker.log > recipes
- Host the text file somewhere on the internet like pastebin
- Paste the URL during install (Ctrl + V)