promotional bannermobile promotional banner

LibLazyCrafting

Library allowing addons to easily craft complicated items

File Details

Worm Cult

  • R
  • Jun 2, 2025
  • 56.99 KB
  • 559
  • 8.0+2

File Name

LibLazyCrafting-4.018.zip

Supported Versions

  • 8.0
  • 5.3.8
  • 2.6.9

Version 4.0.18:

Added a new smithing API function, CraftSmithingItemFromLink. This API takes in an item link, and a reference, and crafts a new item based on that link.
In mails which contain a craftable item link, a new button, LLC: Craft Gear Links will now appear. Clicking this link will queue the item links for crafting. This button is currently only available in the PC UI. Also, users with Set Crafter will not see the button, since they will have the Set Crafter version of the button.
Added known field to the returned provisioning request tables.
Fixed lua error which occurred (I think) for players newly installing the library

Version 4.0.17:

Added the set Tide-Born Wildstalker in prep for game update
Will no longer move to the creation view on smithing stations when not at a grandmaster crafting station
Fixed a silent bug where the set information for no set items was being handled incorrectly in the set data generation. Users probably did not see any ill effects from this bug.

Version 4.0.16:

Fixed a bug where items without a trait would be reported as being unable to be crafted because the trait was not known, preventing them from being crafted

Version 4.0.15:

Fixed a bug where alchemy would always autocraft if the default was autocraft
Alchemy craft APIs now return the request table
Added CraftEnchantingGlyphDesiredResult. See readme for documentation
Bug fix for enchanting on console
Due to console memory limits, the itemID scan is not feasible, so the data has been separated out into the new SmithingData.lua file. Additionally, some other smithing related data was also moved to that file.
Slightly refactored the global CraftComplete function
Changed the 'canCraftKnowledge' functions to use the trait research API. This will allow it to work anywhere.
Fixed a bug where if you were at a consolidated crafting station, and were not on the craft window, a lua error would be thrown. Hopefully, this will fix most of the lua errors around the consolidated stations.
Fixed a bug where the library thought the New moon Acolyte set only needed 3 traits known (it actually needs all 9)

Version 4.0.14:

Now works for ForceConsole mode
- Changed multiple function calls and constant references to the current, non aliased versions
- Changed the .txt file to a .addon file
Updated readme to include info on two missing functions, as well as what to pass to craftSmithingItem for the trait index.