SquidDev-CC / artist

A Rather Tremendous Item SysTem
BSD 3-Clause "New" or "Revised" License
42 stars 11 forks source link
computercraft plethora

A Rather Tremendous Item SysTem

Artist is an inventory management system for CC: Tweaked (requires MC 1.16.x or later). One could think of it as a budget AE network. It offers an easy way to store and extract items, but powered entirely through ComputerCraft.

https://user-images.githubusercontent.com/4346137/159051788-2664b57e-b184-4e1d-b759-99e5c010d539.mp4

Features

Install

Basic usage

Configuration

Artist writes a (documented) config option to .artist.d/config.lua, which can be used to change some of Artist's behaviour.

Some options you may want to adjust:

Extending

Artist is intended to be somewhat extensible, and you can register your own custom modules (be aware that the API is not stable though!) See the examples/display.lua file for an example.

History

Artist is a pretty old program at this point. It was first written in 2016 and, to my knowledge, was the first "inventory management" program for CC. While the code has changed a lot, the core ideas and interface haven't.

It should be noted that this is not the only item system out there, nor is it necessarily the best. There's a couple of other item systems I'm aware of out there: