(06-03-2012, 05:11 PM)xoft Wrote: Nice work, I integrated your recipes into Rev 543.Ok, sorry about that
A few things I'd like "recipe contributors" to keep in mind:
- please don't remove the blank lines. They're there for easier orientation
- please don't use Tabs. Tabs in the middle of lines are evil - everyone may have a different Tab width setting and the file becomes Tea party then. Use spaces. Lots of them. Tabs are for indenting at the beginning of lines, which is not used in the recipe file.
(06-03-2012, 05:11 PM)xoft Wrote: Also, you keep whining about damage values; I've already said here before: give us an example syntax that you'd use, and we'll see about implementing it.Maybe something like this:
<ingredientN> = x:y:<ItemID>:<Damage>:<Amount>
<result> = <ResultingItemID>:<Damage>:<Amount>
The Lapis Lazuli block recipe for exampe:
3x3,*:*:351:4:1@22:0:1
Also I have a little problem implementing shapeless recipes like Eye of Ender.
I've made it, but i works only in one position (Blaze Powder on top of an Ender Pearl). Is MCServer not supporting shapeless recipes or am I missing some syntax there?