python-computer-craft
python-computer-craft copied to clipboard
Pythonization of ComputerCraft Minecraft mod. Write Python instead Lua!
Cant wrap chest peripheral. I get assertion error. Maybe doing something wrong? Thanks!
How do I correct this error? ``` C:\home>python -m computercraft.server Traceback (most recent call last): File "C:\Users\toxal\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\toxal\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in...
Is this project compatible with the [Advanced Peripherals](https://www.curseforge.com/minecraft/mc-mods/advanced-peripherals) mod?
Hello everybody. I have a problem opening and reading a file using the "Opening a file" code from this repo. When I run the code, an exception is raised (I...
I tried to run my own python program with "py C:\Users\madhu\OneDrive\Desktop\Megafile\Pythonprograms\Python.pyfiles\test.py" command and it returns with the error in the title.
in lua, althought doesn't seem to be properly documented on the wiki, you can pass 2 arguments to `getItemDetail()`; the slot number and a boolean to determine if the function...
I've been attempting to understand how to I could wait on my own socket connection to another server, before triggering some computercraft command, however I keep running into issues with...