Metadata-Version: 2.1
Name: mcthings-drawing
Version: 0.0.2
Summary: McThings Extension for building things in Minecraft with MinecraftDrawings
Home-page: https://github.com/juntosdesdecasa/mcthings_drawing
Author: Alvaro del Castillo
Author-email: alvaro.delcastillo@gmail.com
License: ASL
Keywords: development library minecraft buildings games python
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: mcpi
Requires-Dist: mcthings (>=0.5.3)
Requires-Dist: minecraftstuff

# mcthings_drawing
McThings extension for supporting [MinecraftDrawing](https://minecraft-stuff.readthedocs.io/en/latest/index.html).

You can add Things like a Sphere or Circle to your McThings scenes with it. Below and example built using
[this scene](tests/scene.py).

With it you can enjoy all McThings features including new Things based on MinecraftDrawing as Sphere and Circle.

![Pyramids with Spheres](scene.png)


