mcpiapi icon indicating copy to clipboard operation
mcpiapi copied to clipboard

Minecraft Forge plugin to replicate the Minecraft Pi API

Results 8 mcpiapi issues
Sort by recently updated
recently updated
newest added

This project seems to be dead. There weren't any commits in 5 years, and last supported Minecraft version seems to be 1.7.10, which is very old. Are there any plans...

Hi! Is there anyway to stop or kill a process that is running inside a "while(TRUE)" loop? Thanks!!

Hello, I coded up a getBlocks command for the WorldCommandHalndler - can I email it to you, or commit it here?

Is there any way to contribute bits of python that do things? Or is that something you leave to the rasberryjam mod git end of things? (Thanks for the work!...

Happily raised this error today when first trying the mod out by typping "/python test" [Client thread/INFO]: [CHAT] Could not start python: Cannot run program "python" (in directory "[…]\minecraft\mcpimods\python"): CreateProcess...

I think it would be nice if the output from /python scripts were shown in the chat. In my raspberry jam mod, I put stdout directly into chat (as a...

Here's a dilemma for your and my mods. Do we translate between Minecraft PI block IDs and Minecraft Desktop block IDs or not? The differences are occasional but real. See:...

This is based on the code rather than actually trying your mod, but it doesn't look to me like you search the system path for the python executable. On my...