This prototype demonstrates the usage of Minecraft Mechanics (chunks, procedural world generation) using the HARFANG API in Python.
To run the prototype:
- Download or clone this repository to your computer (eg. in
d:/minecraft_prototype
). - Download assetc for your platform from here to compile the resources.
- Drag and drop the resources folder on the assetc executable -OR- execute assetc passing it the path to the resources folder (eg.
assetc d:/minecraft_prototype/resources
).
After the compilation process finishes, you will see a resources_compiled
folder next to the tutorials resources folder.
You can now execute the prototype from the folder you unzipped it to.
D:\minecraft_prototype>python "mcgen 1.02.py"