{"id":16275011,"url":"https://github.com/sv443/computercraft-projects","last_synced_at":"2025-06-14T13:02:50.048Z","repository":{"id":97407412,"uuid":"548120917","full_name":"Sv443/ComputerCraft-Projects","owner":"Sv443","description":"Tons of ComputerCraft projects, like farms, gadgets and programs for improving gameplay, involving (but not limited to) mods like Advanced Peripherals, Applied Energistics, Botania and ExtremeReactors","archived":false,"fork":false,"pushed_at":"2025-06-07T17:33:45.000Z","size":5222,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T13:02:02.740Z","etag":null,"topics":["computercraft","lua","minecraft","minecraft-mod"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sv443.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-09T00:41:27.000Z","updated_at":"2025-06-07T17:33:49.000Z","dependencies_parsed_at":"2025-04-18T17:35:15.766Z","dependency_job_id":"85354497-4a87-4e75-b8d9-ebb8d74c275b","html_url":"https://github.com/Sv443/ComputerCraft-Projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sv443/ComputerCraft-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FComputerCraft-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FComputerCraft-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FComputerCraft-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FComputerCraft-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sv443","download_url":"https://codeload.github.com/Sv443/ComputerCraft-Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FComputerCraft-Projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259820791,"owners_count":22916544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computercraft","lua","minecraft","minecraft-mod"],"created_at":"2024-10-10T18:31:33.677Z","updated_at":"2025-06-14T13:02:49.960Z","avatar_url":"https://github.com/Sv443.png","language":"Lua","readme":"# ComputerCraft-Projects\nThis contains all of my ComputerCraft (Lua) projects, like farms, gadgets and programs for improving gameplay involving mods like Applied Energistics, Botania and ExtremeReactors\n\n- [AdvancedPeripherals](./AdvancedPeripherals/) - Programs that use the [Advanced Peripherals](https://modrinth.com/mod/advancedperipherals) mod to do really cool things\n    - [ChatCalculator](./AdvancedPeripherals/ChatCalculator/) - Listens to chat messages with a certain prefix, evaluates the mathematical expression, and replies with the result\n- [AppliedEnergistics](./AppliedEnergistics/) - Programs involving the [Applied Energistics 2](https://modrinth.com/mod/ae2) mod\n    - [CertusCrystalFarm](./AppliedEnergistics/CertusCrystalFarm/) - Turtle-based certus crystal and certus dust farm from budding certus blocks (without fuel consumption)\n- [Billboard](./Billboard/) - Displays some text and cycling colors on a monitor\n- [Botania](./Botania/) - Various controllers and analytical tools for the Botania mod\n    - [BotaniaPoolMeter](https://github.com/Sv443/Botania-Pool-Meter_ComputerCraft) - Displays the mana levels in botania mana pools on a monitor\n    - [TODO: ManaPoolStats](./Botania/ManaPoolStats/) - Collects statistics about how much mana is collected in which amount of time\n    - [TODO: GourmaryllisControl](./Botania/GourmaryllisControl/) - Controls an optimal setup for 1 to infinite gourmaryllis flowers, generating mana from food\n    - [TODO: ThermalilyControl](./Botania/ThermalilyControl/) - Controls a setup for 1 to infinite thermalily flowers, generating mana from lava\n- [Discord](./Discord/) - Various programs involving sending Discord messages from within Minecraft\n- [Displays](./Displays/) - Miscellaneous computer-powered displays\n    - [ContainerLevel](./Displays/ContainerLevel/) - Displays the fill level of any comparator-supporting container on a monitor\n- [ExtremeReactors](./ExtremeReactors/) - Scripts for the [ExtremeReactors mod](https://modrinth.com/mod/extreme-reactors)\n    - [ReactorControl](./ExtremeReactors/ReactorControl/) - Simple program to control a reactor with little efficiency loss\n    - [ReactorAlarm](./ExtremeReactors/ReactorAlarm/) - Program that sounds an alarm when the fuel level of a reactor is low\n    - [Peripheral](./ExtremeReactors/Peripheral/) - Various information useful when working with a reactor's computer port as a peripheral\n- [Farms](./Farms/) - Scripts for automated farming\n    - [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)\n    - [ConcreteConverter](./Farms/ConcreteConverter/) - Automated concrete powder converter using a turtle (without fuel consumption)\n- [GPS](./GPS/) - Scripts for the in-game GPS system\n    - [HomePosition](./GPS/HomePosition) - Example scripts for persistently saving, loading and moving to the home position of a turtle\n- [HttpExample](https://github.com/Sv443/ComputerCraftHttpExample) - Example code that shows how HTTP requests work in ComputerCraft\n- [JokeAPI](https://github.com/Sv443/JokeAPI_ComputerCraft) - Displays a joke on a monitor on interval\n- [TODO: Jukebox](./Jukebox/) - Converts real audio files into ComputerCraft programs, to be played in-game on a speaker\n- [NTP](./NTP/) - Network time system and timestamp format implemented in-game\n    - [NTP-Server](./NTP/NTP-Server) - Serves an ingame timestamp via wireless modem\n    - [NTP-Clock](./NTP/NTP-Clock) - A clock that displays the ingame time, day and day of the week\n- [RedstoneGates](./RedstoneGates/) - Various configurable redstone gates and circuits that are computer based\n    - [AND, OR, NOT, etc.](./RedstoneGates#basic-gates) - Basic gates like AND, OR, NOT, etc.\n    - [S/R Latch, Sequencer, Delayer, etc.](./RedstoneGates#advanced-gates) - Advanced or stateful gates like S/R Latch, Sequencer, Delayer, etc.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv443%2Fcomputercraft-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsv443%2Fcomputercraft-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv443%2Fcomputercraft-projects/lists"}