-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.18.2 Hotfix
-
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.