ComputerCraft icon indicating copy to clipboard operation
ComputerCraft copied to clipboard

Programmable Computers for Minecraft

Results 115 ComputerCraft issues
Sort by recently updated
recently updated
newest added

The limit was added to prevent people creating arbitrarily large buffers (for instance, `handle.read(2^31)` would create a 2GB char array). For "large" counts, we now read in blocks of size...

Skimming through the CC API for an emulator project and found this bug rendering the game "literally unplayable". I decided to take this game-breaking issue into my own hands and...

# Floppy Disk Storage Since floppy disks aren't stackable, putting them in chests is a waste of space. If someone could make a block that could hold floppy disks and...

This function complete a Command like the Chat. e.g. commands.complete("time ") will return the table {"set","add","query"}. Another Usage of this function is getting information from MC. e.g. commands.complete("playsound ") will...

With a little help of @SquidDev . Just write a comment, if I had forget one. Closes #467.

textutils.prompt is the brainchild of numerous people that have attempted to contribute to ComputerCraft. SquidDev has mentioned this in various PR's as "super-duper READ-O-MATIC 4000 with turbo text entry", and...

Adds an API jar artifact and a way to publish it to a maven directory (set environment variable `LOCAL_MAVEN`) Solves the code side of #466

With this function you can get the Direction of a Turtle. The return value is a number, because it can be used in Loops. Here are the return value: 1...

If a setting is boolean, set.lua will now complete true or false.

This splits the computer state (blinking, label, etc...) and terminal state into two separate packets. When a computer changes, the computer state is sent to all players and the terminal...