10 lines
180 B
Python
Executable File
10 lines
180 B
Python
Executable File
#
|
|
# Code under the MIT license by Alexander Pruss
|
|
#
|
|
|
|
from mcpi.minecraft import *
|
|
from mcpi.entity import *
|
|
from mcpi.block import *
|
|
from mcpi.settings import *
|
|
from math import *
|