*** Recipe Updates *** - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: *** Recipe Updates *** (/thread-423.html) |
RE: *** Recipe Updates *** - xoft - 06-03-2012 STR_Warrior: your format is rather lengthy, requires too much space per recipe and doesn't allow shapeless recipes. So the only advantage is that you can see the shape of the craftboard somewhat. Oh dear, what kind of minecrafter am I, I screwed up the stick format Should have been: Code: #Sticks: But what I wanted to show was the shapeless format, so it should have been a log-to-planks recipe: Code: Log^0, *:* | Planks^0, 4 RE: *** Recipe Updates *** - NiLSPACE - 06-03-2012 ye thats true its becouse i don't understand the recipes.txt now :S RE: *** Recipe Updates *** - xoft - 06-03-2012 And do you understand my proposed format? RE: *** Recipe Updates *** - NiLSPACE - 06-03-2012 eh no :S i don't know how to configurate where to place the planks / sticks / cobblestone etc RE: *** Recipe Updates *** - xoft - 06-03-2012 For each ingredient you list the coordinates of the crafting slots where the ingredient must be present. For example: Code: #Stone hoe: Now what are those coordinates? I'll give you the crafting grid with the coordinates written over it: Code: 1:1 | 2:1 | 3:1 Is it clear now? RE: *** Recipe Updates *** - Luksor - 06-03-2012 For the new parser, we probably need this: https://dl.dropbox.com/u/21041937/items.ini RE: *** Recipe Updates *** - xoft - 06-03-2012 Is that an updated items.ini? Because the server already has an items.ini file, only it's probably old RE: *** Recipe Updates *** - Luksor - 06-03-2012 (06-03-2012, 08:24 PM)xoft Wrote: Is that an updated items.ini? Yes RE: *** Recipe Updates *** - NiLSPACE - 06-03-2012 (06-03-2012, 08:19 PM)xoft Wrote: For each ingredient you list the coordinates of the crafting slots where the ingredient must be present. For example: yes it is clear now i think i can create some few basic things i now created this line: 2x2,2:2:280:1@5:2 #-> 2 Planks you can make from a stick 2 wooden planks RE: *** Recipe Updates *** - xoft - 06-03-2012 Luksor, I put the items.ini in. I decided not to delete most of the stuff you deleted, for compatibility reasons. So the lightstonedust stays STR_Warrior: Yeah, but that line is in the current format. In the format I'm proposing, it would be: Code: Stick, *:* | Planks, 2 |