Cuberite Forum

Full Version: *** Recipe Updates ***
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
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.
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.
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
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)
forgot to mention i didn't test it becouse some blocks were not implemented yet in MC-Server
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.
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
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
That's a great idea Smile
Pages: 1 2 3 4 5 6 7 8