File Details
thesettler_x_create-0.2.0.jar
- B
- Apr 25, 2026
- 1.02 MB
- 4.7K
- 1.21.1
- NeoForge
File Name
thesettler_x_create-0.2.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
## TheSettler_x_Create 0.2.0
This release focuses on making Create Shop logistics more visible, more native to MineColonies, and more reliable during live colony delivery flows.
### Warning
Debug logging is enabled by default in this release to help diagnose Create Shop request and delivery flows during testing. On live servers, you should disable debug logging after validation to avoid noisy logs and unnecessary server log growth.
### Added
- Create Shop task tab now shows local inflight parent requests alongside the native warehouse queue.
- New Create Shop task module/view and task-list UI for inflight request visibility.
- Native MineColonies pickup routing after rack-to-hut housekeeping via `createPickupRequest(...)`.
- Serializable Create Shop delivery requester wrapper for Create Shop-sourced delivery children.
- Additional delivery lifecycle diagnostics and guard coverage.
### Changed
- Create Shop delivery children now preserve native warehouse requester delegation while routing complete/cancel callbacks back to the local Create Shop resolver.
- Rack-to-hut housekeeping now requests courier pickup from hut inventory instead of relying on custom delivery paths.
- Delivery dispatch avoids treating Create Shop as a courier warehouse.
- Delivery parent completion is hardened for Postbox orders: once a delivery child completes and no active child or outstanding remainder remains, the original parent request is resolved.
- Delivery parent completion now checks live outstanding request state before resolving, not only local pending-tracker state.
- Courier handoff diagnostics no longer inject jobs directly into deliverymen.
### Fixed
- Delivered Postbox requests could remain open after the courier completed the child delivery.
- Stale pickup request tokens could interrupt pickup request recovery.
- Delivery-child ledger wording now reflects pending native queue handoff instead of claiming repaired handoff.
- Several request/queue edge cases around requester binding, notify accounting, reservation holds, and completion tracking.