recipesFor only recognizes oak_planks for crafting_table, ignores other plank variants #3549
Open
1 task done
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Versions
Detailed description of a problem
When trying to craft a crafting table using different types of wooden planks, the recipe is only available for oak_planks. Using any other type of wooden planks (such as jungle_planks, spruce_planks, etc.) returns no recipe, despite this being possible in vanilla Minecraft. This seems to be a bug as all wooden planks should be able to craft a crafting table.
What did you try yet?
I tried using the
recipesFor
method to find recipes for crafting table. The method works correctly with oak_planks but returns an empty array when attempting to use other types of planks that are in the inventory.Your current code
Expected behavior
The
recipesFor
method should return valid crafting recipes for crafting table when using any type of wooden planks, not just oak_planks.Additional context
The text was updated successfully, but these errors were encountered: