Overview

A short overview of Minescripts

Minescript is a Minecraft mod that enabled executing python scripts within the Game.

It has a really cool API that allows for many features like executing commands or checking the surrounding blocks. It can modify the player's movement and position as well as it's Rotation. Another usefull feature is that it can create a list of all entities around you.

Check out this cool script that I wrote that can control a gold block(turtle)

CCTurtles

Last updated