*** Recipe Updates ***
#61
use this:
Quote:# Tools
#

# Axes:
WoodenAxe = Stick, 2:2, 2:3 | Planks, 2:1, 1:1, 1:2
StoneAxe = Stick, 2:2, 2:3 | Cobblestone, 2:1, 1:1, 1:2
GoldenAxe = Stick, 2:2, 2:3 | GoldIngot, 2:1, 1:1, 1:2
IronAxe = Stick, 2:2, 2:3 | IronIngot, 2:1, 1:1, 1:2
DiamondAxe = Stick, 2:2, 2:3 | Diamond, 2:1, 1:1, 1:2

WoodenAxe = Stick, 2:2, 2:3 | Planks, 2:1, 3:1, 3:2
StoneAxe = Stick, 2:2, 2:3 | Cobblestone, 2:1, 3:1, 3:2
GoldenAxe = Stick, 2:2, 2:3 | GoldIngot, 2:1, 3:1, 3:2
IronAxe = Stick, 2:2, 2:3 | IronIngot, 2:1, 3:1, 3:2
DiamondAxe = Stick, 2:2, 2:3 | Diamond, 2:1, 3:1, 3:2

you also made a mistake. if you use golden nuggets you get the advanced golden apple but when you use the golden blocks you don't get anything.
Reply
Thanks given by:
#62
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.
Reply
Thanks given by:
#63
then it should just be goldapple and goldenapple. that was how it was previous:
Quote:goldenapple=322
goldapple=322

but then you get the normal golden apple every time.
i have the wooden slabs.:
items.ini Wrote:woodendoubleslab=125
woodslab=126
woodspruceslab=126:1
woodbirchslab=126:2
woodjungleslab=126:3
sandstonestairs=128

crafting.txt Wrote:# Slabs:
StoneSlab, 6 = Stone, 1:1, 2:1, 3:1
SandstoneSlab, 6 = Sandstone, 1:1, 2:1, 3:1
woodslab, 6 = Planks, 1:1, 2:1, 3:1
woodspruceslab, 6 = spruceplanks, 1:1, 2:1, 3:1
woodbirchslab, 6 = birchplanks, 1:1, 2:1, 3:1
woodjungleslab, 6 = jungleplanks, 1:1, 2:1, 3:1
CobblestoneSlab, 6 = Cobblestone, 1:1, 2:1, 3:1
BrickSlab, 6 = BrickBlock, 1:1, 2:1, 3:1
StonebrickSlab, 6 = StoneBrick, 1:1, 2:1, 3:1
Reply
Thanks given by:
#64
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


Attached Files
.txt   crafting.txt (Size: 14.4 KB / Downloads: 230)
.txt   items.ini.TXT (Size: 7.92 KB / Downloads: 237)
Reply
Thanks given by: Taugeshtu
#65
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)
Reply
Thanks given by: Taugeshtu
#66
forgot to mention i didn't test it becouse some blocks were not implemented yet in MC-Server
Reply
Thanks given by:
#67
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.
Reply
Thanks given by:
#68
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 Smile i already tested it and it all works. no errors for me Smile


Attached Files
.zip   Blocks.zip (Size: 12.63 KB / Downloads: 230)
Reply
Thanks given by:
#69
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".

https://github.com/STRWarrior/CraftMaker
Reply
Thanks given by:
#70
That's a great idea Smile
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)