WASD keys to move. Click and/or hold down the mouse to place/break blocks. Updates: - The player has a certain reach and can't place/break blocks past it (diameter of 9 blocks) - Blocks can only be placed off other blocks (though we can disable this if desired) - Removed "regions" and stuck with a 2D list that gets 100x64 sections added on at a time - Fixed issues with block cloning - Fixed collision issue where towering up out of a hole and holding left or right against a wall would send the player down through the ground - Added a hitbox around the player (now Steve can bump his head into ceilings and run into walls just fine) - More terrain generation (ore veins) - Zoomed everything in so it fits smoothly - Modified the block selector to update every tick instead of running on its own thread