Minecraft icon indicating copy to clipboard operation
Minecraft copied to clipboard

Simple Minecraft-inspired program using Python and Pyglet

Results 25 Minecraft issues
Sort by recently updated
recently updated
newest added

Adds support for background music.

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 ![](https://i.imgur.com/WevJGS3.png)

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)

enhancement

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...

enhancement
question