Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-151672

Sea Lantern cannot be used in Recipes

XMLWordPrintable

    • Unconfirmed
    • Multiple

      Sea Lanterns not recognized as a component in recipes.

      Steps to Reproduce:

      Drop the attached recipe into any addon's recipe folder.

      Try to craft the recipe in-game.

      What happens:

      The recipe doesn't require Sea Lanterns to create the resulting output, and in fact will not properly create the recipe if you do include the Sea Lanterns.

      What I expect to happen:

      The recipe is created when the proper components are placed.

      Additional Information:

      The Sea Lantern recently had an issue where it wasn't detected in molang queries (MCPE-67893). I took the same approach when trying it as a recipe component, using it with and without the 'minecraft' namespace, and with and without camel-case lettering, etc. Minecraft detects that minecraft:sealantern and its variations are valid items, and doesn't throw any errors when loading the recipe. If you add an underscore (as was one of the attempts in the aforementioned report) it errors and will not do the recipe at all.

      So I know the name is correct; it simply doesn't properly recognize it when used in a recipe.

            Thelarrikin Kenny G
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: