In rev 903? I do get an enchanted golden apple on my server. Did you fully update from svn? I changed your patch a bit - I don't like renaming items in the items.ini (people may already be used to the names, plugins written to use them), and having goldenapple different than goldapple seemed weird, so I used the official name of enchantedgoldenapple.
got a updated items.ini and crafting.txt. if there is anything missing just say it. oh and someone needs to add the blocks to the server. i tried to add them to BlockID.h but it faild to compile :S
Added as rev 1051; I took the liberty of renaming the heads: "zombieblock" -> "zombiehead" etc. Also, there was an error in the mossy cobble wall, and a typo in anvil recipe (didn't MCServer cry out a warning about that? it should)
Blocks may not be implemented functionally, but MCServer shouldn't crash if get them (using the give command, for example), you should even be able to place them (but without any reaction / physics). So I think you should be able to craft an anvil and place it, only it probably won't fall and you won't be able to repair stuff with it.
01-12-2013, 03:12 AM (This post was last modified: 01-12-2013, 03:12 AM by NiLSPACE.)
i am already working on the minecraft 1.5 snapshot blocks so i don't have to do all the blocks when 1.5 is released i already tested it and it all works. no errors for me
I created a plugin that should make it much easier to create new recipes.
You simply use /craftmaker [BlockType]:<Meta> <Count> and a 3x3 screen will appear. In there you can place the recipe you want. If you put two or more in that block will be am "Can be placed anywhere on the grid" block. When you then exit the screen it wil log the line in the console and save it to a file called "CraftMaker Results.txt".