Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sv443/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
https://github.com/sv443/computercraft-projects
computercraft lua minecraft minecraft-mod
Last synced: about 1 month ago
JSON representation
Tons of ComputerCraft projects, like farms, gadgets and programs for improving gameplay, involving (but not limited to) mods like Applied Energistics, Botania and ExtremeReactors
- Host: GitHub
- URL: https://github.com/sv443/computercraft-projects
- Owner: Sv443
- License: mit
- Created: 2022-10-09T00:41:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T22:14:52.000Z (about 1 year ago)
- Last Synced: 2024-11-12T04:52:35.669Z (2 months ago)
- Topics: computercraft, lua, minecraft, minecraft-mod
- Language: Lua
- Homepage:
- Size: 4.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](./AppliedEnergistics/) - Programs involving the [Applied Energistics 2](https://modrinth.com/mod/ae2) mod
- [CertusCrystalFarm](./AppliedEnergistics/CertusCrystalFarm/) - Turtle-based certus crystal and certus dust farm from budding certus blocks (without fuel consumption)
- [Billboard](./Billboard/) - Displays some text and cycling colors on a monitor
- [Botania](./Botania/) - Various controllers and analytical tools for the Botania mod
- [BotaniaPoolMeter](https://github.com/Sv443/Botania-Pool-Meter_ComputerCraft) - Displays the mana levels in botania mana pools on a monitor
- [TODO: ManaPoolStats](./Botania/ManaPoolStats/) - Collects statistics about how much mana is collected in which amount of time
- [TODO: GourmaryllisControl](./Botania/GourmaryllisControl/) - Controls an optimal setup for 1 to infinite gourmaryllis flowers, generating mana from food
- [TODO: ThermalilyControl](./Botania/ThermalilyControl/) - Controls a setup for 1 to infinite thermalily flowers, generating mana from lava
- [Discord](./Discord/) - Various programs involving sending Discord messages from within Minecraft
- [Displays](./Displays/) - Miscellaneous computer-powered displays
- [ContainerLevel](./Displays/ContainerLevel/) - Displays the fill level of any comparator-supporting container on a monitor
- [ExtremeReactors](./ExtremeReactors/) - Scripts for the [ExtremeReactors mod](https://modrinth.com/mod/extreme-reactors)
- [ReactorControl](./ExtremeReactors/ReactorControl/) - Simple program to control a reactor with little efficiency loss
- [ReactorAlarm](./ExtremeReactors/ReactorAlarm/) - Program that sounds an alarm when the fuel level of a reactor is low
- [Peripheral](./ExtremeReactors/Peripheral/) - Various information useful when working with a reactor's computer port as a peripheral
- [Farms](./Farms/) - Scripts for automated farming
- [SugarcaneFarm](./Farms/SugarcaneFarm/) - Automated sugarcane (and even cactus) farm of any size utilizing a mining turtle (also resilient against server restarts and world re-joins)
- [ConcreteConverter](./Farms/ConcreteConverter/) - Automated concrete powder converter using a turtle (without fuel consumption)
- [GPS](./GPS/) - Scripts for the in-game GPS system
- [HomePosition](./GPS/HomePosition) - Example scripts for persistently saving, loading and moving to the home position of a turtle
- [HttpExample](https://github.com/Sv443/ComputerCraftHttpExample) - Example code that shows how HTTP requests work in ComputerCraft
- [JokeAPI](https://github.com/Sv443/JokeAPI_ComputerCraft) - Displays a joke on a monitor on interval
- [TODO: Jukebox](./Jukebox/) - Converts real audio files into ComputerCraft programs, to be played in-game on a speaker
- [NTP](./NTP/) - Network time system and timestamp format implemented in-game
- [NTP-Server](./NTP/NTP-Server) - Serves an ingame timestamp via wireless modem
- [NTP-Clock](./NTP/NTP-Clock) - A clock that displays the ingame time, day and day of the week
- [RedstoneGates](./RedstoneGates/) - Various configurable redstone gates and circuits that are computer based
- [AND, OR, NOT, etc.](./RedstoneGates#basic-gates) - Basic gates like AND, OR, NOT, etc.
- [S/R Latch, Sequencer, Delayer, etc.](./RedstoneGates#advanced-gates) - Advanced or stateful gates like S/R Latch, Sequencer, Delayer, etc.