CC-Tweaked
CC-Tweaked copied to clipboard
Just another ComputerCraft fork
### Minecraft Version 1.20.1 ### Version 1.111.0 ### Details When given samples above or below `0`, the speaker starts playing a _really obnoxious, extremely high-pitched noise_. I initially spotted this...
Makes the coloring in `set.lua` be universal, instead of colored in some commands. Todo: - [x] Add colors - [x] Fix tests - [x] Fix linting - [ ] The...
### Minecraft Version 1.21.x ### Version 1.21.1-fabric-1.113.1 ### Details During high lag situations, especially when loading the world, rednet.lookup does not return / resume. I observed this behaviour in gps.locate...
### Minecraft Version 1.20.1 ### Version 1.113.1 ### Details The console get spammed with the following error: ``` [ComputerCraft-Netty-2/ERROR] [da.co.co.ap.ht.re.HttpRequestHandler/COMPUTER_ERROR.HTTP]: Error handling HTTP response java.net.SocketException: Connection reset at sun.nio.ch.SocketChannelImpl.throwConnectionReset(Unknown Source)...
Currently, unlike all the other lua files involved in computer startup, `bios.lua` is inaccessible from an in-game computer, and needs to be downloaded from the CC:T GitHub or a similar...
## Useful information to include: - A function like `textutils.base64.encode(stringofbinaryornonbinarydatahere)`, or like how python has it with the `base64` package having `b64encode`/`b64decode` along with `b32encode`/`b32decode` under the same `base64` package...