first array, a, b and c, can be changed to any letters, they represent the position on the crafting table like this:
aaa top
bbb middle
ccc bottom
(use a space for a blank spot!)
second array, "a" ("b" and "c" too) are used to give/get the items being used,
id is the id of the item and data is the items data
sorry if this doesnt make any sense but here is an example that will hopefully help! also sorry if this isnt what you were asking about! for more help just pm me!!!!
//diamond pickaxe recipe
Item.addShapedRecipe(278, 1, 0, ["ddd", " s ", " s "], ["d", 264, 0, "s", 280, 0]);
//this is saying use three diamond and two sticks to give me one diamond pickaxe
The Meaning of Life, the Universe, and Everything.
Location:
Auckland
Join Date:
9/20/2014
Posts:
126
Minecraft:
softmage114486
Xbox:
softmage114486
Member Details
No problem, happy to help (btw im not actually a member of that forum I just like to help so pm me if you need any more help, I know how to use all the basic functions and most of the hooks too!)
Rollback Post to RevisionRollBack
This is my signature..
clicked block quote Hey..How do i turn it off?Help! I'm scared This is my life now...
oh..
To post a comment, please login or register a new account.
Just give me an example of the beta shaped recipes.
http://www.minecraftforum.net/members/Ender_Pe
Item.addShapedRecipe(id, amount, data, ["aaa", "bbb", "ccc"], ["a", id, data, "b", id, data, "c", id, data]);
id, the id of the item you want to craft
amount, the amount give
data, data value of the corresponding item
first array, a, b and c, can be changed to any letters, they represent the position on the crafting table like this:
aaa top
bbb middle
ccc bottom
(use a space for a blank spot!)
second array, "a" ("b" and "c" too) are used to give/get the items being used,
id is the id of the item and data is the items data
sorry if this doesnt make any sense but here is an example that will hopefully help! also sorry if this isnt what you were asking about! for more help just pm me!!!!
Thank you for finally answering my question, I asked this months ago!
http://www.minecraftforum.net/members/Ender_Pe
No problem, happy to help
(btw im not actually a member of that forum I just like to help so pm me if you need any more help, I know how to use all the basic functions and most of the hooks too!)