Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Latest commit

 

History

History
52 lines (41 loc) · 917 Bytes

README.md

File metadata and controls

52 lines (41 loc) · 917 Bytes

bedrock

Bedrock is a Minecraft Server whose goal is to fully emulate vanilla Minecraft.

Features

  • Loading existing vanilla generated worlds
  • Multiplayer
  • Creating new players
  • Commands
  • Block mining and placing
  • Inventory
  • Chests
  • Crafting

TODO

  • Block ticks
  • Plants, trees
  • Fire
  • Mobs
  • AI
  • Redstone
  • Physics
  • Block physics
  • Liquid physics
  • Projectile physics
  • Lighting
  • Skylight
  • Block light
  • Terrain generation

Dependencies

Installation

To build bedrock run:

cmake -DCMAKE_INSTALL_PREFIX=~/bedrock .
make
make install

Configuration

Copy config.yml.example to config.yml and edit.