This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- RSWarehouse.lua | |
-- Author: Scott Adkins <adkinss@gmail.com> (Zucanthor) | |
-- Published: 2021-09-21 | |
-- | |
-- This program monitors work requests for the Minecolonies Warehouse and | |
-- tries to fulfill requests from the Refined Storage network. If the | |
-- RS network doesn't have enough items and a crafting pattern exists, a | |
-- crafting job is scheduled to restock the items in order to fulfill the | |
-- work request. The script will continuously loop, monitoring for new | |
-- requests and checking on crafting jobs to fulfill previous requests. |