• 0

    posted a message on World Edit for MCPI

    New update!

    Replace, Replacenear, and use block names.

    Posted in: Minecraft: Pi Edition
  • 0

    posted a message on Minecraft Pi Launcher

    After running it in thonny, it reports the following:

    Traceback (most recent call last):
      File "/home/pi/Downloads/mcpil_v0.2.0/mcpil.py", line 381, in <module>
        sys.exit(main(sys.argv));
      File "/home/pi/Downloads/mcpil_v0.2.0/mcpil.py", line 355, in main
        chdir(path.dirname(__file__));
    FileNotFoundError: [Errno 2] No such file or directory: ''

    Any help here?

    Posted in: Minecraft: Pi Edition
  • 0

    posted a message on Minecraft Pi Launcher

    I'm getting errors while running the file:

    pi@raspberrypi:~/Downloads/mcpil_v0.2.0 $ sudo python mcpil.py
    Traceback (most recent call last):
      File "mcpil.py", line 29, in <module>
        import psutil
    ImportError: No module named psutil
    
    pi@raspberrypi:~/Downloads/mcpil_v0.2.0 $ pip3 install psutil
    Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
    Requirement already satisfied: psutil in /usr/lib/python3/dist-packages (5.5.1)
    
    pi@raspberrypi:~/Downloads/mcpil_v0.2.0 $ sudo python mcpil.py
    Traceback (most recent call last):
      File "mcpil.py", line 29, in <module>
        import psutil
    ImportError: No module named psutil
    pi@raspberrypi:~/Downloads/mcpil_v0.2.0 $ 

    psutil is installed apparently, but I cannot run the program.

    After commenting out that import, it complains about not being able to import ANY of the libraries you have included, installed or not.

    Posted in: Minecraft: Pi Edition
  • 0

    posted a message on Execute command in minecraft

    Probably confusing MCPI with MCPE.

    It's sad how the few posts we get here are purely accidental.

    Posted in: Minecraft: Pi Edition
  • 0

    posted a message on Minecraft Pi stuck at full screen

    IDK how to help you without a screenshot.

    Try disabling OpenGL driver if you enabled it, that happened to me once.

    Posted in: Minecraft: Pi Edition
  • 1

    posted a message on World Edit for MCPI

    I've spent some time creating a world edit mod, and I wanted to share it with the community.

    Link to my code:

    https://github.com/scratchermatch/MCPI-World-Edit/releases

    Instructions are in the README.txt

    Contains:

    Pos1, Pos2 (left and right arrow keys)

    Cube (toggle between functions with right shift)

    Hollow Cube

    Sphere

    Hollow Sphere

    Walls

    Center

    Replace

    Replacenear

    You can now type block names instead of IDS.

    Void World, Short Superflat, Large Superflat (Toggle between world with up arrow) (LAG WARNING)

    Savestates (Right control to save the current world, Right alt to load it)

    Posted in: Minecraft: Pi Edition
  • 0

    posted a message on Minecraft Pi Edition mod request

    Post to chat mod = completed :)

    First you need pynput to detect keyboard inputs (pip3 install pynput)

    Now just run the script with mcpi open

    Hit enter to start the message, type what you want to type, then hit enter to send. You can't do capital letters or symbols that require the shift key, but you can do spaces.

    https://github.com/scratchermatch/MCPI_PostToChat

    I hope a python script is fine.

    Also, I have NO idea what to do about killing mobs, sorry. (I can't even get the darned survival patch to work after spending LITERAL HOURS trying to get it running.

    Posted in: Minecraft: Pi Edition
  • 0

    posted a message on [COMING SOON] WORLDEDIT IN MCPI

    I know that this topic is extremely old, but just in case anyone still wants worldedit for mcpi, I created this simple tool in about an hour:

    https://github.com/scratchermatch/MCPI-World-Edit/releases

    Contains:

    Pos1, Pos2

    Cube

    Hollow Cube

    Sphere

    Hollow Sphere

    Wall

    Void World, Short Superflat, Large Superflat

    Posted in: Minecraft: Pi Edition
  • To post a comment, please .