-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic API addition #61
base: master
Are you sure you want to change the base?
Conversation
use normal_world() in mc.py
Conflicts: .gitignore main.py mc.py test.py
Incorporate recent commits to testing branch into master
Conflicts: main.py mc.py
…into testing Conflicts: test.py
Remove references to blocks in mc.py
Hey, I don't know if this is the appropriate place to post this, but I'm developing a community-driven fork of this repo over here. |
Thanks for letting me know! I looked at your repo and realized that I have been doing a lot of the same stuff (e.g. terrain generation) and have very similar goals. When I have free time (mostly June and July), I'll take a good look at your repo. |
Awesome. More contributors are always welcome. |
The API itself is in mc.py. I added a few methods to main.py for the API. test.py represents another person's use of the API.