10 lines
180 B
Python
10 lines
180 B
Python
#
|
|
# 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 *
|