The new boat-crafting recipe only seems to be working with oak planks.
Linked issues
is duplicated by 2
relates to 1
Attachments
Comments 6
Uh.. its actually a bug. You can't do it with other planks here, but its possible in Pocket Edition. AND Dinnerbone clearly said a few weeks ago that he was adding PE boats to PC.
You can't do it with other planks here, but its possible in Pocket Edition.
Differences between different editions are not bugs.
AND Dinnerbone clearly said a few weeks ago that he was adding PE boats to PC.
Unimplemented features are not bugs.
I agree, there should be crafting recipes for all kinds of boats, but this is not a bug.
Actually, it is a bug. See class afh in 15w41b, look for recipes with "#/#" and "###" as the layout-codes. The crafting recipes exist in the code for 4 of the other 5 types but instead of saying that '#' in the pattern is one X-type plank (where X=0 to 5 as in the chart on http://minecraft.gamepedia.com/Wood_Planks/DV) they used the wrong constructor and it's saying "X oak planks". And apparently the crafting recipe code ignores the stack-size entirely, so the first matching recipe (for oak boats) gets used.
For some reason they left out a recipe for dark oak boats, which is probably another bug.
Fixed in 15w42a, except for dark oak boats: MC-90590.
Invalid, this is a feature request.