/ComputerCraft-Projects

Tons of ComputerCraft projects, like farms, gadgets and programs for improving gameplay, involving (but not limited to) mods like Applied Energistics, Botania and ExtremeReactors

Primary LanguageLuaMIT LicenseMIT

ComputerCraft-Projects

This contains all of my ComputerCraft (Lua) projects, like farms, gadgets and programs for improving gameplay involving mods like Applied Energistics, Botania and ExtremeReactors

  • AppliedEnergistics - Programs involving the Applied Energistics 2 mod
    • CertusCrystalFarm - Turtle-based certus crystal and certus dust farm from budding certus blocks (without fuel consumption)
  • Billboard - Displays some text and cycling colors on a monitor
  • Botania - Various controllers and analytical tools for the Botania mod
  • Discord - Various programs involving sending Discord messages from within Minecraft
  • Displays - Miscellaneous computer-powered displays
    • ContainerLevel - Displays the fill level of any comparator-supporting container on a monitor
  • ExtremeReactors - Scripts for the ExtremeReactors mod
    • ReactorControl - Simple program to control a reactor with little efficiency loss
    • ReactorAlarm - Program that sounds an alarm when the fuel level of a reactor is low
    • Peripheral - Various information useful when working with a reactor's computer port as a peripheral
  • Farms - Scripts for automated farming
    • SugarcaneFarm - Automated sugarcane (and even cactus) farm of any size utilizing a mining turtle (also resilient against server restarts and world re-joins)
    • ConcreteConverter - Automated concrete powder converter using a turtle (without fuel consumption)
  • GPS - Scripts for the in-game GPS system
    • HomePosition - Example scripts for persistently saving, loading and moving to the home position of a turtle
  • HttpExample - Example code that shows how HTTP requests work in ComputerCraft
  • JokeAPI - Displays a joke on a monitor on interval
  • TODO: Jukebox - Converts real audio files into ComputerCraft programs, to be played in-game on a speaker
  • NTP - Network time system and timestamp format implemented in-game
    • NTP-Server - Serves an ingame timestamp via wireless modem
    • NTP-Clock - A clock that displays the ingame time, day and day of the week
  • RedstoneGates - Various configurable redstone gates and circuits that are computer based