Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
[18:41:35] [main/INFO]: ModLauncher running: args [--username, PickleBurg, --version, neoforge-21.1.230, --gameDir, D:\overwolf\Minecraft\Instances\Create Areo Naughts, --assetsDir, D:\overwolf\Minecraft\Install\assets, --assetIndex, 17, --uuid, 969a493447c1428aad0a22cabff427fc, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, 4ce2c0-2b9342-7ff548-32fe50-108f521, --xuid, 2533274884453387, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, D:\overwolf\Minecraft\Quickplay\b6004300-f888-4dc0-b7e4-ce7bb91d5e64.json, , , , --fml.neoForgeVersion, 21.1.230, --fml.fmlVersion, 4.0.42, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430, --launchTarget, forgeclient]
[18:41:35] [main/INFO]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.8+9-LTS
[18:41:35] [main/INFO]: ModLauncher 11.0.5+main.901c6ea8 starting: java version 21.0.8 by Eclipse Adoptium; OS Windows 11 arch amd64 version 10.0
[18:41:36] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow
[18May2026 22:35:05.677] [Server thread/WARN] [minecolonies/]: Statemachine for state INVENTORY_FULL threw an exception:
java.lang.NullPointerException: Cannot invoke "com.minecolonies.api.colony.requestsystem.request.IRequest.getRequester()" because "parentRequest" is null
at TRANSFORMER/minecolonies@1.1.1307-1.21.1-snapshot/com.minecolonies.core.colony.requestsystem.resolvers.PublicWorkerCraftingProductionResolver.getFollowupRequestForCompletion(PublicWorkerCraftingProductionResolver.java:82) ~[minecolonies-1.1.1307-1.21.1-snapshot.jar%23690!/:1.1.1307-1.21.1-snapshot]
at TRANSFORMER/minecolonies@1.1.1307-1.21.1-snapshot/com.minecolonies.core.colony.requestsystem.management.handlers.RequestHandler.onRequestResolved(RequestHandler.java:334) ~[minecolonies-1.1.1307-1.21.1-snapshot.jar%23690!/:1.1.1307-1.21.1-snapshot]
at TRANSFORMER/minecolonies@1.1.1307-1.21.1-snapshot/com.minecolonies.core.colony.requestsystem.management.manager.StandardRequestManager.updateRequestState(StandardRequestManager.java:313) ~
@PickleBurg
PickleBurg / RSWarehouse.lua
Created April 13, 2025 22:06 — forked from adkinss/RSWarehouse.lua
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.