mc-erl
mc-erl copied to clipboard
mc-erl is a server for Minecraft 1.4.7 written in Erlang.
things to do: add a function for adding an item to the player's inventory, enable item pickup
It is currently possible to dig blocks miles away from the player and to build blocks onto air.  This structure was built from the spawn point but is actually...
Many blocks like stairs, levers, ladders, chests, etc. require the server to store their direction as metadata. The direction is usually derived from the direction the player looks.
Signs
It's currently not possible to place any signs, they don't appear for other players and disappear when reconnecting.