Skip to content

schindlershadow/ComputerCraft-Item-Storage-System

Repository files navigation

ComputerCraft Item Storage System

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 server setup

Basic Client setup

Basic Client setup

Production setup

Production setup

Client main menu

Client main menu

Client search

Client search

Client item menu

Client item menu

Client crafting search

craftinglist

Client crafting menu

craftingmenu

Server Startup

server startup

Server interface

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)

About

A wireless server-client storage system using only ComputerCraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages