File: mc.py

package info (click to toggle)
minetest-mod-pycraft 0.22-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,744 kB
  • sloc: python: 79,282; makefile: 10
file content (9 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#
# 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 *