Minecraft
Minecraft copied to clipboard
Simple Minecraft-inspired program using Python and Pyglet
Adds support for background music.
Updates the game.
Looks like there was some confusion between `self.position` and `position`. Also extracted out send_sector() (really that whole networking layer needs to be split up...), and added some recovery if the...
This makes it possible to create better visual effects like lighting 
In multiplayer the suns position can very wildly between clients. Preferably the day and night cycle should be the same for all players.
* Fixed Grass (and thus flowers) being removed if a block is placed next to flowers, by allowing transparent blocks to exist above Grass * Generalize block on_missing_floor_drop functionality
Drag to split a stack of blocks(Such as 6 wood) into the squares the stack is dragged onto if the `SPLIT_STACK` key has been pressed while dragging.(Better shown than described)
Better documentation such as how to create a mod, how the game works, etc.
This is IMHO an extremely important feature, even though it can be postponed a bit. The problems: 1. Saves are huge (30 Mo for a 200² map!). 2. Saving and...