Minecraft
Minecraft copied to clipboard
There may be a way to implement the API
def add_block(self, position, block, world):
world[position] = block
then reloading the world or calling window.update(1)
something like that??
I don't understand what you are talking about. What do you want to change and why?
In the readme, there is a part saying that fogleman wants an API.