#crafting
14 messages · Page 1 of 1 (latest)
Once you have finished, please close your thread.
Crafting table or recipe?
Recipe i think, with is the difference?, i already found out a site to do it, just don't know how find out the item id
Recipes are the inputs used to craft the item, crafting tables are where the crafting is performed.
List of item IDs: https://bedrock.dev/docs/stable/Addons#Items
If you are dealing with custom items, then open their corresponding behavior pack and inspect the item identifier within their respsective JSON files.
I will try it
I look all the possible files and can't find it, the item name won't work?
Recipes must use the identifiers and not their translated/display names, yeah.
Unless I misunderstood what you were asking
I was meaning like if the name you have to use to /give command work, instead the number Id, because I can't find it
Oh I see, sorry for the confusion.
You don't use the numerical IDs, those are mostly internal.
The item IDs used in /give work for recipe inputs and outputs, yea