Skip to content

Instantly share code, notes, and snippets.

View tc-imba's full-sized avatar
🏫
Working from school

Liu Yihao tc-imba

🏫
Working from school
View GitHub Profile
@adkinss
adkinss / RSWarehouse.lua
Last active May 16, 2024 19:24
Minecolonies + ComputerCraft (CC:Tweaked) + Refined Storage + Advanced Peripherals script to automatically fulfill open work requests
-- 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.