/BaseOS

An OS for computers in Minecraft's ComputerCraft mod

Primary LanguageLua

BaseOS

BaseOS is a framework written in Lua for computers provided by the ComputerCraft mod for Minecraft. BaseOS offers a suite of tools and components that simplify many advanced tasks in ComputerCraft.

BaseOS provides your ComputerCraft scripts access to many useful functions that simplify advanced or repetetive tasks. From basic peripheral enhancements to custom rednet communication protocols, BaseOS gives you easy access to many powerful capabilities of ComputerCraft all in one versatile, extensible, and maintainable framework.

Features

  • A custom command prompt environment
  • Module-like system for installing programs
  • Automatic peripheral handling (detection and wrapping)
  • Startup command manager
  • HTTP-style Rednet communication
  • Transmit Lua tables over Rednet
  • Easy file and program sharing between computers
  • Remote turtle control from computers and PDAs
  • Automatic updates
  • And many more to come

Interested? Learn how to install BaseOS on your ComputerCraft devices and get started!