MCJack123 / metis

A collection of libraries for ComputerCraft/CC:Tweaked

Home Page:https://squiddev-cc.github.io/metis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metis

A collection of useful modules for ComputerCraft/CC: Tweaked. There's not much rhyme or reason to this really, so feel free to PR useful libraries you might have.

Tips for developing

  • Assuming you've got CCEmuX installed, you can start it in the current directory by running bin/ccemux.lua.
  • Within CC (or an emulator), bin/mcfly.lua will run the (rather lacklustre) test-suite.

Using metis within your own projects

There's two options here:

  1. Copy the files you need into your project directory.
  2. Clone this repository and run the bin/mk-loader.lua script (outside of CC). This'll print out a snippet which should be copied to the top of your program.

Then just require files as normal. For instance, require "metis.timer".

About

A collection of libraries for ComputerCraft/CC:Tweaked

https://squiddev-cc.github.io/metis/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Lua 98.8%Language:Common Lisp 1.2%