Axioms / ComputerCraft-Item-Storage-System

A wireless server-client storage system using only ComputerCraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComputerCraft Item Storage System

A wireless/wired server-client item storage system using only ComputerCraft

Required mods: ComputerCraft

storageServer.lua - Server file (rename to startup for autostart)

storageClient.lua - Client files (supports pocket computers with wireless modem)

A .settings file on the server will be generated at first boot, edit this file with the name of your export chest and any import chests

The name of the chest will be displayed in chat when you rightclick the modem, click on the name to copy to clipboard

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 for modded recipes:

  • Add crafttweaker to your modpack: 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
  • edit .settings file on crafting server to use the new recipe file.

About

A wireless server-client storage system using only ComputerCraft

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%