File Details
create_colony_logistics-1.1.0.jar
- R
- Feb 24, 2026
- 651.81 KB
- 130
- 1.21.1
- NeoForge
File Name
create_colony_logistics-1.1.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
๐ New Features & Additions Freight Tracker Module: Added a new TRACKER_MODULE (FreightTrackerModule and FreightTrackerModuleView).
Freight Depot Update: The new tracker module has been officially integrated into the FREIGHT_DEPOT_BUILDING_ENTRY. ๐
๐ ๏ธ Adjustments & Improvements Packer Agent Upgrade: The PACKER_AGENT_WORK module was upgraded from a standard WorkerBuildingModule to a CraftingWorkerBuildingModule. ๐ฆ
Job View UI Change: The job view producers for the Logistics Coordinator, Freight Inspector, and Packer Agent jobs were all changed from ClientJobViewnew to DefaultJobViewnew. ๐ฅ๏ธ
๐งน Code Quality & Refactoring Enhanced Type Safety: Replaced raw Map variables with proper generics (Map<String, Map<EventType, List<Tuple<SoundEvent, SoundEvent>>>>) when registering citizen sound events. ๐
Cleaner Configuration Registration: Removed an unnecessary IConfigSpec cast during the ModConfig registration. โ๏ธ