BlizzLib


Basic lightweight library I made for myself that I decided to make public. Does not change the game in any way. Documentation on the mod portal.

Internal
4 days ago
2.0
6

Changelog

July 9, 2026
Version 1.1.1
-Makes the `unlocked` field in the `create_recipe()` function work.
-
June 17, 2026
Version 1.1.0

-Changed errors to be more informative
-Replaced `enabled` field in the `create_recipe()` function with `unlocked`. Functionally the same.
-Added the `patch_tech()` function. Experimental.
-Made item referral support ranges and probability
-

June 16, 2026
Version 1.0.0

-Initial Release