#
computercraft
Here are 289 public repositories matching this topic...
Open
2
enhancement
An extension of a feature or a new feature.
area-CraftOS
This affects CraftOS, or any other Lua portions of the mod.
good first issue
Should be pretty simple to implement, and a good place to get started.
9
A fast, modern, and feature-filled ComputerCraft emulator written in C++.
-
Updated
May 25, 2022 - C++
A peripheral provider for ComputerCraft
-
Updated
Aug 22, 2021 - Java
Draconic Reactor computercraft monitoring and failsafe interface
minecraft
monitor
mod
computercraft
minecraft-mod
computercraft-scripts
draconic-reactor
flux-gate
draconic-revolution
-
Updated
May 18, 2021 - Lua
Minecraft U Curriculum
-
Updated
May 15, 2022 - Lua
A fully featured emulator for the Minecraft mod ComputerCraft that runs straight in your browser.
-
Updated
May 10, 2017 - JavaScript
A Peripheral addon mod for Computercraft 1.16-1.18. This mod aims to add more features to Computercraft.
-
Updated
May 21, 2022 - Java
Pythonization of ComputerCraft Minecraft mod. Write Python instead Lua!
-
Updated
Mar 7, 2021 - Python
CC:Tweaked, running on Minecraft for Windows 10
-
Updated
Aug 11, 2021 - TypeScript
Open
General todo list
SquidDev
commented
May 17, 2018
Just a collection of features it didn't seem worth creating separate issues for.
Readline
-
Add history search: This should appear relatively similar to autocompletion, with the currently entered text in white and the remaining text in grey. We'd want to have some indicator marking that we're in search mode.
C-R should search backwards and C-S to search forw
This is my Reactor- and Turbine control program for ComputerCraft and BigReactors
-
Updated
Jan 30, 2021 - Lua
Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
-
Updated
Nov 12, 2017 - Java
TBASIC: BASIC language interpreter written in Lua (OpenComputers/ComputerCraft compatible)
-
Updated
Mar 15, 2021 - Lua
A ComputerCraft Emulator written in Love2D
-
Updated
Jun 11, 2016 - Lua
Template project for ComputerCraft programs written in TypeScript.
-
Updated
May 24, 2022 - TypeScript
A UI Framework for Computercraft
-
Updated
May 20, 2022 - Lua
A program for ComputerCraft that allows you to visit, create, host and share websites with others. A virtual internet in Minecraft.
-
Updated
Aug 27, 2021 - Lua
devRant client written in Lua for ComputerCraft computers.
-
Updated
Oct 29, 2017 - Lua
Improve this page
Add a description, image, and links to the computercraft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computercraft topic, visit your repo's landing page and select "manage topics."
Or in this case...hyphen bangs. A special optional line at the top of a text file to tell CraftOS to open a file with a specific program. For instance,
--!/bin/pyat the top of a Python script, or--!paintto load a paint file directly into the paint program when launched. :)