fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

There may be a way to implement the API #98

Open r58Playz opened 5 years ago

r58Playz commented 5 years ago
def add_block(self, position, block, world):
    world[position] = block

then reloading the world or calling window.update(1) something like that??

progval commented 5 years ago

I don't understand what you are talking about. What do you want to change and why?

r58Playz commented 5 years ago

In the readme, there is a part saying that fogleman wants an API.