chraft / c-raft

Project has been retired! -- C#raft the open source c# minecraft server
http://www.c-raft.com
GNU Affero General Public License v3.0
102 stars 43 forks source link

Move Recipes to an XML file #153

Closed ghost closed 12 years ago

ghost commented 12 years ago

In the latest commit I used a program I developed to migrate the recipes over into an XML file and then implemented a new loading routine to allow the server to use the new file. As a random fix, I also made it so that if a player is in creative mode blocks don't drop items when they break them.