
scratch2mcpi
Interfaz para conectar Scratch y Minecraft. Puede mover el reproductor, colocar bloques, enviar mensajes de chat, etc. en Minecraft desde el entorno de programación visual, Scratch.
14
Github Watches
26
Github Forks
52
Github Stars
Scratch2MCPI(Scratch2MinecraftPi)
With Scratch2MCPI, you can control Minecraft Pi Edition from Scratch on Raspberry Pi.
On the latest 2.0, it supports Minecraft Graphics Turtle.
Demo Movie on YouTube
Tested Environments
- NOOBS 2.9.0 (2018-10-11)
- Raspberry Pi OS Bullseye (2021-12-8)
Installation
Install Minecraft Pi Edition if you don't have. You can either install from http://pi.minecraft.net/?p=68 or use the following installation script.(If you install Raspbian OS from the latest NOOBS, Minecraft Pi may be pre-installed. If the Minecraft Pi icon exists on the Desktop, skip this step.)
# curl http://scratch2mcpi.github.io/mcpi.sh | sh
Install Scratch2MCPI
# curl http://scratch2mcpi.github.io/install.sh | sh
Getting Started
- Start Minecraft, click "Start Game", then "Create New". Wait until the new world is generated.
- After the world is generated, double click Scratch2MCPI icon to start Scratch and Scratch2MCPI.
- On Scratch, click Green flag, and run the script. "hello minecraft" should be displayed on Minecraft chat window.
How to use
You can send the following commands by "broadcast" block of Scratch.
- hello_minecraft: Send "hello minecraft" message to chat section.
- setPos: Move the player to the position specified by Scratch variables: "mcpiX", "mcpiY", "mcpiZ".
- setBlock: Place the block at the position specified by Scratch variables: "mcpiX", "mcpiY", "mcpiZ". The block type and block data can be specified by Scratch variables: "blockTypeId" and "blockData".
- getPos: Get the current position of the player. The position values can be gotten by Scratch sensor values: "PlayerX", "PlayerY", "PlayerZ".
- getHeight: Get the y position of the highest block at the position specified by Scratch variables: "mcpiX" and "mcpiZ". The y postion can be gotten by Scratch sensor value "posY".
- pollBlockHits: Get the block event information of the last block hit by the player. The event info values can be gotten by Scratch sensor values: "blockEventX", "blockEventY", "blockEventZ", "blockEventFace", "blockEventEntityId".
- reset: [WARNING] Reset the world. This will delete clean up the world, so please be aware to use it.
Reference
Requirements
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Reviews

user_gxvoFogr
Scratch2mcpi is an amazing tool for connecting Scratch to Minecraft: Pi Edition. Its ease of use and clear instructions make it perfect for educational purposes and creative projects alike. I've found it incredibly useful for teaching coding concepts in a fun and interactive way. Highly recommend!